#8E1050

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

Shades of Jazzberry Jam #8E1050

Tints of Jazzberry Jam #8E1050

Color information

#8E1050 (or 0x8E1050) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 10 and 50. RGB value is (142,16,80). Sum of RGB (Red+Green+Blue) = 142+16+80=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1050 is #71EFAF. Grayscale: #3C3C3C. Windows color (decimal): -7466928 or 5247118. OLE color: 5247118.

HSL color Cylindrical-coordinate representation of color #8E1050: hue angle of 329.52º degrees, saturation: 0.8, 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 #8E1050 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1421680-
CMYK00.890.440.44
HSL329.52º79.75%30.98%-
HSV(B)329.52º88.73%55.69%-
XYZ12.796.78.21-
YUV60.97138.74185.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 16 (6.64% from 255) = 6.72%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=59.66%
G=6.72%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142168000.890.440.44329.5279.7530.98
Hex8E10500592C2C14a501f
Octal216201200131545451212037
Binary1000111010000101000001011001101100101100101001010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,16,80); }

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

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

 a { background-color: rgb(142,16,80); }

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

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

 span { border-color: rgb(142,16,80); }

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