#9E0547

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

Shades of Jazzberry Jam #9E0547

Tints of Jazzberry Jam #9E0547

Color information

#9E0547 (or 0x9E0547) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 05 and 47. RGB value is (158,5,71). Sum of RGB (Red+Green+Blue) = 158+5+71=234 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.52% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0547 is #61FAB8. Grayscale: #3A3A3A. Windows color (decimal): -6421177 or 4654494. OLE color: 4654494.

HSL color Cylindrical-coordinate representation of color #9E0547: hue angle of 334.12º 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 #9E0547 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB158571-
CMYK00.970.550.38
HSL334.12º93.87%31.96%-
HSV(B)334.12º96.84%61.96%-
XYZ15.297.836.67-
YUV58.27135.19199.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 67.52%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=67.52%
G=2.14%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15857100.970.550.38334.1293.8731.96
Hex9E547061372614e5e20
Octal23651070141674651613640
Binary100111101011000111011000011101111001101010011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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