#9E1A62

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

Shades of Jazzberry Jam #9E1A62

Tints of Jazzberry Jam #9E1A62

Color information

#9E1A62 (or 0x9E1A62) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 1A and 62. RGB value is (158,26,98). Sum of RGB (Red+Green+Blue) = 158+26+98=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1A62 is #61E59D. Grayscale: #494949. Windows color (decimal): -6415774 or 6429342. OLE color: 6429342.

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

Color convert

RGB1582698-
CMYK00.840.380.38
HSL327.27º71.74%36.08%-
HSV(B)327.27º83.54%61.96%-
XYZ16.678.8912.39-
YUV73.68141.73188.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.03%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=56.03%
G=9.22%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158269800.840.380.38327.2771.7436.08
Hex9E1A6205426261474824
Octal236321420124464650711044
Binary10011110110101100010010101001001101001101010001111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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