#9E1360

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

Shades of Jazzberry Jam #9E1360

Tints of Jazzberry Jam #9E1360

Color information

#9E1360 (or 0x9E1360) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 13 and 60. RGB value is (158,19,96). Sum of RGB (Red+Green+Blue) = 158+19+96=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1360 is #61EC9F. Grayscale: #454545. Windows color (decimal): -6417568 or 6296478. OLE color: 6296478.

HSL color Cylindrical-coordinate representation of color #9E1360: hue angle of 326.76º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1360 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB1581996-
CMYK00.880.390.38
HSL326.76º78.53%34.71%-
HSV(B)326.76º87.97%61.96%-
XYZ16.448.5811.86-
YUV69.34143.05191.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.88%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=57.88%
G=6.96%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158199600.880.390.38326.7678.5334.71
Hex9E136005827261474f23
Octal236231400130474650711743
Binary10011110100111100000010110001001111001101010001111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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