#8E165A

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

Shades of Jazzberry Jam #8E165A

Tints of Jazzberry Jam #8E165A

Color information

#8E165A (or 0x8E165A) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 16 and 5A. RGB value is (142,22,90). Sum of RGB (Red+Green+Blue) = 142+22+90=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E165A is #71E9A5. Grayscale: #414141. Windows color (decimal): -7465382 or 5904014. OLE color: 5904014.

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

Color convert

RGB1422290-
CMYK00.850.370.44
HSL326º73.17%32.16%-
HSV(B)326º84.51%55.69%-
XYZ13.297.0610.34-
YUV65.63141.76182.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.91%
GREEN value IS 22 (8.98% from 255) = 8.66%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=55.91%
G=8.66%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142229000.850.370.4432673.1732.16
Hex8E165A055252C1464920
Octal216261320125455450611140
Binary10001110101101011010010101011001011011001010001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,22,90); }

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

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

 a { background-color: rgb(142,22,90); }

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

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

 span { border-color: rgb(142,22,90); }

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