#9E0F59

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

Shades of Jazzberry Jam #9E0F59

Tints of Jazzberry Jam #9E0F59

Color information

#9E0F59 (or 0x9E0F59) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 0F and 59. RGB value is (158,15,89). Sum of RGB (Red+Green+Blue) = 158+15+89=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0F59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0F59 is #61F0A6. Grayscale: #424242. Windows color (decimal): -6418599 or 5836702. OLE color: 5836702.

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

Color convert

RGB1581589-
CMYK00.910.440.38
HSL328.95º82.66%33.92%-
HSV(B)328.95º90.51%61.96%-
XYZ16.078.3310.21-
YUV66.19140.88193.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.31%
GREEN value IS 15 (6.25% from 255) = 5.73%
BLUE value IS 89 (35.16% from 255) = 33.97%
R=60.31%
G=5.73%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158158900.910.440.38328.9582.6633.92
Hex9EF5905B2C261495322
Octal236171310133544651112342
Binary1001111011111011001010110111011001001101010010011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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