Html Css Color HEX #86004F Eggplant

📋 copy color: '#86004F'

red 134 ◦ green 0 ◦ blue 79

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

Shades of Eggplant #86004F

Tints of Eggplant #86004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.09%

R = 62.91%
G = 0%
B = 37.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#86004F (or 0x86004F) is known color: Eggplant. HEX triplet: 86, 00 and 4F. RGB value is (134,0,79). Sum of RGB (Red+Green+Blue) = 134+0+79=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86004F is #79FFB0. Grayscale: #303030. Windows color (decimal): -7995313 or 5177478. OLE color: 5177478.

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

Color convert

RGB 134 0 79 -
CMYK 0 1 0.41 0.47
HSL 324.63º 1% 0.26% -
HSV(B) 324.63º 1% 0.53% -
XYZ 11.24 5.63 7.89 -
YUV 49.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 134 0 79 0 1 0.41 0.47 324.63 1 0.26
Hex 86 0 4F 0 64 29 2F 145 64 1A
Octal 206 0 117 0 144 51 57 505 144 32
Binary 10000110 0 1001111 0 1100100 101001 101111 101000101 1100100 11010

Color Harmonies of #86004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86004F

Black with #86004F

Text Example


Text Example

White with #86004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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