#8E195D

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

Shades of Jazzberry Jam #8E195D

Tints of Jazzberry Jam #8E195D

Color information

#8E195D (or 0x8E195D) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 19 and 5D. RGB value is (142,25,93). Sum of RGB (Red+Green+Blue) = 142+25+93=260 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.62% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 142 - color contains mainly: red. Hex color #8E195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E195D is #71E6A2. Grayscale: #434343. Windows color (decimal): -7464611 or 6101390. OLE color: 6101390.

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

Color convert

RGB1422593-
CMYK00.820.350.44
HSL325.13º70.06%32.75%-
HSV(B)325.13º82.39%55.69%-
XYZ13.487.2411.04-
YUV67.74142.26180.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.62%
GREEN value IS 25 (10.16% from 255) = 9.62%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=54.62%
G=9.62%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142259300.820.350.44325.1370.0632.75
Hex8E195D052232C1454621
Octal216311350122435450510641
Binary10001110110011011101010100101000111011001010001011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,93); }

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

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

 a { background-color: rgb(142,25,93); }

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

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

 span { border-color: rgb(142,25,93); }

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