#8E1759

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

Shades of Jazzberry Jam #8E1759

Tints of Jazzberry Jam #8E1759

Color information

#8E1759 (or 0x8E1759) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 17 and 59. RGB value is (142,23,89). Sum of RGB (Red+Green+Blue) = 142+23+89=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1759 is #71E8A6. Grayscale: #414141. Windows color (decimal): -7465127 or 5838734. OLE color: 5838734.

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

Color convert

RGB1422389-
CMYK00.840.370.44
HSL326.72º72.12%32.35%-
HSV(B)326.72º83.8%55.69%-
XYZ13.267.0810.12-
YUV66.1140.92182.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.91%
GREEN value IS 23 (9.38% from 255) = 9.06%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=55.91%
G=9.06%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142238900.840.370.44326.7272.1232.35
Hex8E1759054252C1474820
Octal216271310124455450711040
Binary10001110101111011001010101001001011011001010001111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,23,89); }

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

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

 a { background-color: rgb(142,23,89); }

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

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

 span { border-color: rgb(142,23,89); }

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