#8E0F51

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

Shades of Jazzberry Jam #8E0F51

Tints of Jazzberry Jam #8E0F51

Color information

#8E0F51 (or 0x8E0F51) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 0F and 51. RGB value is (142,15,81). Sum of RGB (Red+Green+Blue) = 142+15+81=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0F51 is #71F0AE. Grayscale: #3C3C3C. Windows color (decimal): -7467183 or 5312398. OLE color: 5312398.

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

Color convert

RGB1421581-
CMYK00.890.430.44
HSL328.82º80.89%30.78%-
HSV(B)328.82º89.44%55.69%-
XYZ12.816.698.4-
YUV60.5139.58186.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 15 (6.25% from 255) = 6.30%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=59.66%
G=6.30%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142158100.890.430.44328.8280.8930.78
Hex8EF510592B2C149511f
Octal216171210131535451112137
Binary100011101111101000101011001101011101100101001001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,15,81); }

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

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

 a { background-color: rgb(142,15,81); }

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

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

 span { border-color: rgb(142,15,81); }

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