Html Css Color HEX #86015A Eggplant

📋 copy color: '#86015A'

red 134 ◦ green 1 ◦ blue 90

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

Shades of Eggplant #86015A

Tints of Eggplant #86015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40%

R = 59.56%
G = 0.44%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86015A (or 0x86015A) is known color: Eggplant. HEX triplet: 86, 01 and 5A. RGB value is (134,1,90). Sum of RGB (Red+Green+Blue) = 134+1+90=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #86015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86015A is #79FEA5. Grayscale: #323232. Windows color (decimal): -7995046 or 5898630. OLE color: 5898630.

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

Color convert

RGB 134 1 90 -
CMYK 0 0.99 0.33 0.47
HSL 319.85º 0.99% 0.26% -
HSV(B) 319.85º 0.99% 0.53% -
XYZ 11.69 5.83 10.18 -
YUV 50.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 134 1 90 0 0.99 0.33 0.47 319.85 0.99 0.26
Hex 86 1 5A 0 63 21 2F 140 63 1A
Octal 206 1 132 0 143 41 57 500 143 32
Binary 10000110 1 1011010 0 1100011 100001 101111 101000000 1100011 11010

Color Harmonies of #86015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86015A

Black with #86015A

Text Example


Text Example

White with #86015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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