Html Css Color HEX #86016B Eggplant

📋 copy color: '#86016B'

red 134 ◦ green 1 ◦ blue 107

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

Shades of Eggplant #86016B

Tints of Eggplant #86016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.21%

R = 55.37%
G = 0.41%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86016B (or 0x86016B) is known color: Eggplant. HEX triplet: 86, 01 and 6B. RGB value is (134,1,107). Sum of RGB (Red+Green+Blue) = 134+1+107=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #86016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86016B is #79FE94. Grayscale: #343434. Windows color (decimal): -7995029 or 7012742. OLE color: 7012742.

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

Color convert

RGB 134 1 107 -
CMYK 0 0.99 0.20 0.47
HSL 312.18º 0.99% 0.26% -
HSV(B) 312.18º 0.99% 0.53% -
XYZ 12.5 6.15 14.44 -
YUV 52.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 134 1 107 0 0.99 0.20 0.47 312.18 0.99 0.26
Hex 86 1 6B 0 63 14 2F 138 63 1A
Octal 206 1 153 0 143 24 57 470 143 32
Binary 10000110 1 1101011 0 1100011 10100 101111 100111000 1100011 11010

Color Harmonies of #86016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86016B

Black with #86016B

Text Example


Text Example

White with #86016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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