Html Css Color HEX #86005F Eggplant

📋 copy color: '#86005F'

red 134 ◦ green 0 ◦ blue 95

#86005F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #86005F

Tints of Eggplant #86005F

RGB

 RED value IS 134 (52.73% from 255) = 58.52%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 41.48%

R = 58.52%
G = 0%
B = 41.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86005F (or 0x86005F) is known color: Eggplant. HEX triplet: 86, 00 and 5F. RGB value is (134,0,95). Sum of RGB (Red+Green+Blue) = 134+0+95=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86005F is #79FFA0. Grayscale: #323232. Windows color (decimal): -7995297 or 6226054. OLE color: 6226054.

HSL color Cylindrical-coordinate representation of color #86005F: hue angle of 317.46º 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 #86005F is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 95 -
CMYK 0 1 0.29 0.47
HSL 317.46º 1% 0.26% -
HSV(B) 317.46º 1% 0.53% -
XYZ 11.9 5.89 11.34 -
YUV 50.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 134 0 95 0 1 0.29 0.47 317.46 1 0.26
Hex 86 0 5F 0 64 1D 2F 13D 64 1A
Octal 206 0 137 0 144 35 57 475 144 32
Binary 10000110 0 1011111 0 1100100 11101 101111 100111101 1100100 11010

Color Harmonies of #86005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86005F

Black with #86005F

Text Example


Text Example

White with #86005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86005F; }

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

 H1.HeaderClassName
 {
   color: #86005F;
 }
 .AnyTagClassName
 {
   color: #86005F;
 }
</style>

background-color css

<style>
 a { background-color: #86005F; }

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

 div.DivClassName
 {
   background-color: #86005F;
 }
 .BgClassName
 {
   background-color: #86005F;
 }
</style>

border-color css

<style>
 span { border-color: #86005F; }

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

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