#920f54

Color #920F54 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #920F54

Tints of Jazzberry Jam #920F54

Color information

#920F54 (or 0x920F54) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 0F and 54. RGB value is (146,15,84). Sum of RGB (Red+Green+Blue) = 146+15+84=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #920F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F54 is #6DF0AB. Grayscale: #3D3D3D. Windows color (decimal): -7205036 or 5509010. OLE color: 5509010.

HSL color Cylindrical-coordinate representation of color #920F54: hue angle of 328.4º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F54 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB1461584-
CMYK00.900.420.43
HSL328.4º81.37%31.57%-
HSV(B)328.4º89.73%57.25%-
XYZ13.637.099.04-
YUV62.04140.4187.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 59.59%
GREEN value IS 15 (6.25% from 255) = 6.12%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=59.59%
G=6.12%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146158400.900.420.43328.481.3731.57
Hex92F5405A2A2B1485120
Octal222171240132525351012140
Binary1001001011111010100010110101010101010111010010001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920f54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920f54; }

 p { color: rgb(146,15,84); }

 H1.HeaderClassName
 {
   color: #920f54;
 }
 .AnyTagClassName
 {
   color: #920f54;
 }
</style>
background-color css

<style>
 a { background-color: #920f54; }

 a { background-color: rgb(146,15,84); }

 div.DivClassName
 {
   background-color: #920f54;
 }
 .BgClassName
 {
   background-color: #920f54;
 }
</style>
border-color css

<style>
 span { border-color: #920f54; }

 span { border-color: rgb(146,15,84); }

 td.TdClassName
 {
   border-color: #920f54;
 }
 .TagClassName
 {
   border-color: #920f54;
 }
</style>