#9E0B65

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

Shades of Jazzberry Jam #9E0B65

Tints of Jazzberry Jam #9E0B65

Color information

#9E0B65 (or 0x9E0B65) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 0B and 65. RGB value is (158,11,101). Sum of RGB (Red+Green+Blue) = 158+11+101=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B65 is #61F49A. Grayscale: #414141. Windows color (decimal): -6419611 or 6622110. OLE color: 6622110.

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

Color convert

RGB15811101-
CMYK00.930.360.38
HSL323.27º86.98%33.14%-
HSV(B)323.27º93.04%61.96%-
XYZ16.578.4513.07-
YUV65.21148.2194.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.52%
GREEN value IS 11 (4.69% from 255) = 4.07%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=58.52%
G=4.07%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581110100.930.360.38323.2786.9833.14
Hex9EB6505D24261435721
Octal236131450135444650312741
Binary1001111010111100101010111011001001001101010000111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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