#9E0549

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

Shades of Jazzberry Jam #9E0549

Tints of Jazzberry Jam #9E0549

Color information

#9E0549 (or 0x9E0549) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 05 and 49. RGB value is (158,5,73). Sum of RGB (Red+Green+Blue) = 158+5+73=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0549 is #61FAB6. Grayscale: #3A3A3A. Windows color (decimal): -6421175 or 4785566. OLE color: 4785566.

HSL color Cylindrical-coordinate representation of color #9E0549: hue angle of 333.33º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0549 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB158573-
CMYK00.970.540.38
HSL333.33º93.87%31.96%-
HSV(B)333.33º96.84%61.96%-
XYZ15.367.867.01-
YUV58.5136.19198.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.95%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=66.95%
G=2.12%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15857300.970.540.38333.3393.8731.96
Hex9E549061362614d5e20
Octal23651110141664651513640
Binary100111101011001001011000011101101001101010011011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E0549; }

 p { color: rgb(158,5,73); }

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

<style>
 a { background-color: #9E0549; }

 a { background-color: rgb(158,5,73); }

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

<style>
 span { border-color: #9E0549; }

 span { border-color: rgb(158,5,73); }

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