#86065E

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

Shades of Eggplant #86065E

Tints of Eggplant #86065E

Color information

#86065E (or 0x86065E) is unknown color: approx Eggplant. HEX triplet: 86, 06 and 5E. RGB value is (134,6,94). Sum of RGB (Red+Green+Blue) = 134+6+94=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86065E is #79F9A1. Grayscale: #363636. Windows color (decimal): -7993762 or 6162054. OLE color: 6162054.

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

Color convert

RGB134694-
CMYK00.960.300.47
HSL318.75º91.43%27.45%-
HSV(B)318.75º95.52%52.55%-
XYZ11.926.0111.12-
YUV54.3150.41184.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 6 (2.73% from 255) = 2.56%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=57.26%
G=2.56%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13469400.960.300.47318.7591.4327.45
Hex8665E0601E2F13f5b1b
Octal20661360140365747713333
Binary1000011011010111100110000011110101111100111111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,6,94); }

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

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

 a { background-color: rgb(134,6,94); }

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

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

 span { border-color: rgb(134,6,94); }

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