#86024E

Color #86024E Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #86024E

Tints of Eggplant #86024E

Color information

#86024E (or 0x86024E) is unknown color: approx Eggplant. HEX triplet: 86, 02 and 4E. RGB value is (134,2,78). Sum of RGB (Red+Green+Blue) = 134+2+78=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86024E is #79FDB1. Grayscale: #313131. Windows color (decimal): -7994802 or 5112454. OLE color: 5112454.

HSL color Cylindrical-coordinate representation of color #86024E: hue angle of 325.45º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86024E is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB134278-
CMYK00.990.420.47
HSL325.45º97.06%26.67%-
HSV(B)325.45º98.51%52.55%-
XYZ11.235.667.71-
YUV50.13143.73187.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.62%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=62.62%
G=0.93%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13427800.990.420.47325.4597.0626.67
Hex8624E0632A2F145611b
Octal20621160143525750514133
Binary1000011010100111001100011101010101111101000101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86024E; }

 p { color: rgb(134,2,78); }

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

<style>
 a { background-color: #86024E; }

 a { background-color: rgb(134,2,78); }

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

<style>
 span { border-color: #86024E; }

 span { border-color: rgb(134,2,78); }

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