Html Css Color HEX #86015E Eggplant

📋 copy color: '#86015E'

red 134 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #86015E

Tints of Eggplant #86015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.05%

R = 58.52%
G = 0.44%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#86015E (or 0x86015E) is known color: Eggplant. HEX triplet: 86, 01 and 5E. RGB value is (134,1,94). Sum of RGB (Red+Green+Blue) = 134+1+94=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86015E is #79FEA1. Grayscale: #333333. Windows color (decimal): -7995042 or 6160774. OLE color: 6160774.

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

Color convert

RGB 134 1 94 -
CMYK 0 0.99 0.30 0.47
HSL 318.05º 0.99% 0.26% -
HSV(B) 318.05º 0.99% 0.53% -
XYZ 11.86 5.9 11.1 -
YUV 51.37 152.06 186.94 -
System Red Green Blue C M Y K H S L
Decimal 134 1 94 0 0.99 0.30 0.47 318.05 0.99 0.26
Hex 86 1 5E 0 63 1E 2F 13E 63 1A
Octal 206 1 136 0 143 36 57 476 143 32
Binary 10000110 1 1011110 0 1100011 11110 101111 100111110 1100011 11010

Color Harmonies of #86015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86015E

Black with #86015E

Text Example


Text Example

White with #86015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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