#8E1B60

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

Shades of Jazzberry Jam #8E1B60

Tints of Jazzberry Jam #8E1B60

Color information

#8E1B60 (or 0x8E1B60) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 1B and 60. RGB value is (142,27,96). Sum of RGB (Red+Green+Blue) = 142+27+96=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B60 is #71E49F. Grayscale: #454545. Windows color (decimal): -7464096 or 6298510. OLE color: 6298510.

HSL color Cylindrical-coordinate representation of color #8E1B60: hue angle of 324º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1B60 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1422796-
CMYK00.810.320.44
HSL324º68.05%33.14%-
HSV(B)324º80.99%55.69%-
XYZ13.667.3811.77-
YUV69.25143.1179.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 27 (10.94% from 255) = 10.19%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=53.58%
G=10.19%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142279600.810.320.4432468.0533.14
Hex8E1B60051202C1444421
Octal216331400121405450410441
Binary10001110110111100000010100011000001011001010001001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E1B60; }

 p { color: rgb(142,27,96); }

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

<style>
 a { background-color: #8E1B60; }

 a { background-color: rgb(142,27,96); }

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

<style>
 span { border-color: #8E1B60; }

 span { border-color: rgb(142,27,96); }

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