Html Css Color HEX #86015B Eggplant

📋 copy color: '#86015B'

red 134 ◦ green 1 ◦ blue 91

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

Shades of Eggplant #86015B

Tints of Eggplant #86015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 59.29%
G = 0.44%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86015B (or 0x86015B) is known color: Eggplant. HEX triplet: 86, 01 and 5B. RGB value is (134,1,91). Sum of RGB (Red+Green+Blue) = 134+1+91=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #86015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86015B is #79FEA4. Grayscale: #323232. Windows color (decimal): -7995045 or 5964166. OLE color: 5964166.

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

Color convert

RGB 134 1 91 -
CMYK 0 0.99 0.32 0.47
HSL 319.4º 0.99% 0.26% -
HSV(B) 319.4º 0.99% 0.53% -
XYZ 11.73 5.85 10.41 -
YUV 51.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 134 1 91 0 0.99 0.32 0.47 319.4 0.99 0.26
Hex 86 1 5B 0 63 20 2F 13F 63 1A
Octal 206 1 133 0 143 40 57 477 143 32
Binary 10000110 1 1011011 0 1100011 100000 101111 100111111 1100011 11010

Color Harmonies of #86015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86015B

Black with #86015B

Text Example


Text Example

White with #86015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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