Html Css Color HEX #86006A Eggplant

📋 copy color: '#86006A'

red 134 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #86006A

Tints of Eggplant #86006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.17%

R = 55.83%
G = 0%
B = 44.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#86006A (or 0x86006A) is known color: Eggplant. HEX triplet: 86, 00 and 6A. RGB value is (134,0,106). Sum of RGB (Red+Green+Blue) = 134+0+106=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #86006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86006A is #79FF95. Grayscale: #333333. Windows color (decimal): -7995286 or 6946950. OLE color: 6946950.

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

Color convert

RGB 134 0 106 -
CMYK 0 1 0.21 0.47
HSL 312.54º 1% 0.26% -
HSV(B) 312.54º 1% 0.53% -
XYZ 12.43 6.11 14.16 -
YUV 52.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 134 0 106 0 1 0.21 0.47 312.54 1 0.26
Hex 86 0 6A 0 64 15 2F 139 64 1A
Octal 206 0 152 0 144 25 57 471 144 32
Binary 10000110 0 1101010 0 1100100 10101 101111 100111001 1100100 11010

Color Harmonies of #86006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86006A

Black with #86006A

Text Example


Text Example

White with #86006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86006A; }

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

 H1.HeaderClassName
 {
   color: #86006A;
 }
 .AnyTagClassName
 {
   color: #86006A;
 }
</style>

background-color css

<style>
 a { background-color: #86006A; }

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

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

border-color css

<style>
 span { border-color: #86006A; }

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

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