Html Css Color HEX #86016E Eggplant

📋 copy color: '#86016E'

red 134 ◦ green 1 ◦ blue 110

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

Shades of Eggplant #86016E

Tints of Eggplant #86016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 54.69%
G = 0.41%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86016E (or 0x86016E) is known color: Eggplant. HEX triplet: 86, 01 and 6E. RGB value is (134,1,110). Sum of RGB (Red+Green+Blue) = 134+1+110=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86016E is #79FE91. Grayscale: #343434. Windows color (decimal): -7995026 or 7209350. OLE color: 7209350.

HSL color Cylindrical-coordinate representation of color #86016E: hue angle of 310.83º 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 #86016E is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 110 -
CMYK 0 0.99 0.18 0.47
HSL 310.83º 0.99% 0.26% -
HSV(B) 310.83º 0.99% 0.53% -
XYZ 12.66 6.22 15.28 -
YUV 53.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 134 1 110 0 0.99 0.18 0.47 310.83 0.99 0.26
Hex 86 1 6E 0 63 12 2F 137 63 1A
Octal 206 1 156 0 143 22 57 467 143 32
Binary 10000110 1 1101110 0 1100011 10010 101111 100110111 1100011 11010

Color Harmonies of #86016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86016E

Black with #86016E

Text Example


Text Example

White with #86016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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