#9E0B62

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

Shades of Jazzberry Jam #9E0B62

Tints of Jazzberry Jam #9E0B62

Color information

#9E0B62 (or 0x9E0B62) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 0B and 62. RGB value is (158,11,98). Sum of RGB (Red+Green+Blue) = 158+11+98=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B62 is #61F49D. Grayscale: #404040. Windows color (decimal): -6419614 or 6425502. OLE color: 6425502.

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

Color convert

RGB1581198-
CMYK00.930.380.38
HSL324.49º86.98%33.14%-
HSV(B)324.49º93.04%61.96%-
XYZ16.428.3912.31-
YUV64.87146.7194.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.18%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=59.18%
G=4.12%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158119800.930.380.38324.4986.9833.14
Hex9EB6205D26261445721
Octal236131420135464650412741
Binary1001111010111100010010111011001101001101010001001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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