#9E1A55

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

Shades of Jazzberry Jam #9E1A55

Tints of Jazzberry Jam #9E1A55

Color information

#9E1A55 (or 0x9E1A55) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 1A and 55. RGB value is (158,26,85). Sum of RGB (Red+Green+Blue) = 158+26+85=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1A55 is #61E5AA. Grayscale: #484848. Windows color (decimal): -6415787 or 5577374. OLE color: 5577374.

HSL color Cylindrical-coordinate representation of color #9E1A55: hue angle of 333.18º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1A55 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB1582685-
CMYK00.840.460.38
HSL333.18º71.74%36.08%-
HSV(B)333.18º83.54%61.96%-
XYZ16.118.669.42-
YUV72.19135.23189.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.74%
GREEN value IS 26 (10.55% from 255) = 9.67%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=58.74%
G=9.67%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158268500.840.460.38333.1871.7436.08
Hex9E1A550542E2614d4824
Octal236321250124564651511044
Binary10011110110101010101010101001011101001101010011011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,26,85); }

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

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

 a { background-color: rgb(158,26,85); }

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

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

 span { border-color: rgb(158,26,85); }

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