#9E0548

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

Shades of Jazzberry Jam #9E0548

Tints of Jazzberry Jam #9E0548

Color information

#9E0548 (or 0x9E0548) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 05 and 48. RGB value is (158,5,72). Sum of RGB (Red+Green+Blue) = 158+5+72=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0548 is #61FAB7. Grayscale: #3A3A3A. Windows color (decimal): -6421176 or 4720030. OLE color: 4720030.

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

Color convert

RGB158572-
CMYK00.970.540.38
HSL333.73º93.87%31.96%-
HSV(B)333.73º96.84%61.96%-
XYZ15.327.856.84-
YUV58.38135.69199.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 67.23%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=67.23%
G=2.13%
B=30.64%

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
Decimal15857200.970.540.38333.7393.8731.96
Hex9E548061362614e5e20
Octal23651100141664651613640
Binary100111101011001000011000011101101001101010011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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