#9E0F62

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

Shades of Jazzberry Jam #9E0F62

Tints of Jazzberry Jam #9E0F62

Color information

#9E0F62 (or 0x9E0F62) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 0F and 62. RGB value is (158,15,98). Sum of RGB (Red+Green+Blue) = 158+15+98=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0F62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0F62 is #61F09D. Grayscale: #434343. Windows color (decimal): -6418590 or 6426526. OLE color: 6426526.

HSL color Cylindrical-coordinate representation of color #9E0F62: hue angle of 325.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0F62 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB1581598-
CMYK00.910.380.38
HSL325.17º82.66%33.92%-
HSV(B)325.17º90.51%61.96%-
XYZ16.488.4912.33-
YUV67.22145.38192.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.30%
GREEN value IS 15 (6.25% from 255) = 5.54%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=58.30%
G=5.54%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158159800.910.380.38325.1782.6633.92
Hex9EF6205B26261455322
Octal236171420133464650512342
Binary1001111011111100010010110111001101001101010001011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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