Html Css Color HEX #86016D Eggplant

📋 copy color: '#86016D'

red 134 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #86016D

Tints of Eggplant #86016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 54.92%
G = 0.41%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86016D (or 0x86016D) is known color: Eggplant. HEX triplet: 86, 01 and 6D. RGB value is (134,1,109). Sum of RGB (Red+Green+Blue) = 134+1+109=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86016D is #79FE92. Grayscale: #343434. Windows color (decimal): -7995027 or 7143814. OLE color: 7143814.

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

Color convert

RGB 134 1 109 -
CMYK 0 0.99 0.19 0.47
HSL 311.28º 0.99% 0.26% -
HSV(B) 311.28º 0.99% 0.53% -
XYZ 12.6 6.19 15 -
YUV 53.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 134 1 109 0 0.99 0.19 0.47 311.28 0.99 0.26
Hex 86 1 6D 0 63 13 2F 137 63 1A
Octal 206 1 155 0 143 23 57 467 143 32
Binary 10000110 1 1101101 0 1100011 10011 101111 100110111 1100011 11010

Color Harmonies of #86016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86016D

Black with #86016D

Text Example


Text Example

White with #86016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86016D; }

 p { color: rgb(134,1,109); }

 H1.HeaderClassName
 {
   color: #86016D;
 }
 .AnyTagClassName
 {
   color: #86016D;
 }
</style>

background-color css

<style>
 a { background-color: #86016D; }

 a { background-color: rgb(134,1,109); }

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

border-color css

<style>
 span { border-color: #86016D; }

 span { border-color: rgb(134,1,109); }

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