#8E195F

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

Shades of Jazzberry Jam #8E195F

Tints of Jazzberry Jam #8E195F

Color information

#8E195F (or 0x8E195F) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 19 and 5F. RGB value is (142,25,95). Sum of RGB (Red+Green+Blue) = 142+25+95=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E195F is #71E6A0. Grayscale: #434343. Windows color (decimal): -7464609 or 6232462. OLE color: 6232462.

HSL color Cylindrical-coordinate representation of color #8E195F: hue angle of 324.1º 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 #8E195F is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1422595-
CMYK00.820.330.44
HSL324.1º70.06%32.75%-
HSV(B)324.1º82.39%55.69%-
XYZ13.577.2711.52-
YUV67.96143.26180.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.20%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=54.20%
G=9.54%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142259500.820.330.44324.170.0632.75
Hex8E195F052212C1444621
Octal216311370122415450410641
Binary10001110110011011111010100101000011011001010001001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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