#8E165B

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

Shades of Jazzberry Jam #8E165B

Tints of Jazzberry Jam #8E165B

Color information

#8E165B (or 0x8E165B) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 16 and 5B. RGB value is (142,22,91). Sum of RGB (Red+Green+Blue) = 142+22+91=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E165B is #71E9A4. Grayscale: #414141. Windows color (decimal): -7465381 or 5969550. OLE color: 5969550.

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

Color convert

RGB1422291-
CMYK00.850.360.44
HSL325.5º73.17%32.16%-
HSV(B)325.5º84.51%55.69%-
XYZ13.337.0810.56-
YUV65.75142.26182.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=55.69%
G=8.63%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142229100.850.360.44325.573.1732.16
Hex8E165B055242C1464920
Octal216261330125445450611140
Binary10001110101101011011010101011001001011001010001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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