#9E1564

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

Shades of Jazzberry Jam #9E1564

Tints of Jazzberry Jam #9E1564

Color information

#9E1564 (or 0x9E1564) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 15 and 64. RGB value is (158,21,100). Sum of RGB (Red+Green+Blue) = 158+21+100=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1564 is #61EA9B. Grayscale: #464646. Windows color (decimal): -6417052 or 6559134. OLE color: 6559134.

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

Color convert

RGB15821100-
CMYK00.870.370.38
HSL325.4º76.54%35.1%-
HSV(B)325.4º86.71%61.96%-
XYZ16.678.7312.86-
YUV70.97144.39190.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.63%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=56.63%
G=7.53%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582110000.870.370.38325.476.5435.1
Hex9E156405725261454d23
Octal236251440127454650511543
Binary10011110101011100100010101111001011001101010001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,21,100); }

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

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

 a { background-color: rgb(158,21,100); }

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

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

 span { border-color: rgb(158,21,100); }

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