#86006B

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

Shades of Eggplant #86006B

Tints of Eggplant #86006B

Color information

#86006B (or 0x86006B) is unknown color: approx Eggplant. HEX triplet: 86, 00 and 6B. RGB value is (134,0,107). Sum of RGB (Red+Green+Blue) = 134+0+107=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #86006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86006B is #79FF94. Grayscale: #333333. Windows color (decimal): -7995285 or 7012486. OLE color: 7012486.

HSL color Cylindrical-coordinate representation of color #86006B: hue angle of 312.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86006B is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB1340107-
CMYK010.200.47
HSL312.09º100%26.27%-
HSV(B)312.09º100%52.55%-
XYZ12.496.1314.44-
YUV52.26158.89186.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=55.60%
G=0%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1340107010.200.47312.0910026.27
Hex8606B064142F138641a
Octal20601530144245747014432
Binary10000110011010110110010010100101111100111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86006B; }

 p { color: rgb(134,0,107); }

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

<style>
 a { background-color: #86006B; }

 a { background-color: rgb(134,0,107); }

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

<style>
 span { border-color: #86006B; }

 span { border-color: rgb(134,0,107); }

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