Html Css Color HEX #86015D Eggplant

📋 copy color: '#86015D'

red 134 ◦ green 1 ◦ blue 93

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

Shades of Eggplant #86015D

Tints of Eggplant #86015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 58.77%
G = 0.44%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86015D (or 0x86015D) is known color: Eggplant. HEX triplet: 86, 01 and 5D. RGB value is (134,1,93). Sum of RGB (Red+Green+Blue) = 134+1+93=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86015D is #79FEA2. Grayscale: #333333. Windows color (decimal): -7995043 or 6095238. OLE color: 6095238.

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

Color convert

RGB 134 1 93 -
CMYK 0 0.99 0.31 0.47
HSL 318.5º 0.99% 0.26% -
HSV(B) 318.5º 0.99% 0.53% -
XYZ 11.82 5.88 10.87 -
YUV 51.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 134 1 93 0 0.99 0.31 0.47 318.5 0.99 0.26
Hex 86 1 5D 0 63 1F 2F 13E 63 1A
Octal 206 1 135 0 143 37 57 476 143 32
Binary 10000110 1 1011101 0 1100011 11111 101111 100111110 1100011 11010

Color Harmonies of #86015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86015D

Black with #86015D

Text Example


Text Example

White with #86015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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