#9E1960

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

Shades of Jazzberry Jam #9E1960

Tints of Jazzberry Jam #9E1960

Color information

#9E1960 (or 0x9E1960) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 19 and 60. RGB value is (158,25,96). Sum of RGB (Red+Green+Blue) = 158+25+96=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1960 is #61E69F. Grayscale: #484848. Windows color (decimal): -6416032 or 6298014. OLE color: 6298014.

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

Color convert

RGB1582596-
CMYK00.840.390.38
HSL327.97º72.68%35.88%-
HSV(B)327.97º84.18%61.96%-
XYZ16.568.8111.89-
YUV72.86141.06188.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.63%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=56.63%
G=8.96%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158259600.840.390.38327.9772.6835.88
Hex9E196005427261484924
Octal236311400124474651011144
Binary10011110110011100000010101001001111001101010010001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,25,96); }

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

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

 a { background-color: rgb(158,25,96); }

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

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

 span { border-color: rgb(158,25,96); }

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