Html Css Color HEX #86135F Eggplant

📋 copy color: '#86135F'

red 134 ◦ green 19 ◦ blue 95

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

Shades of Eggplant #86135F

Tints of Eggplant #86135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

 BLUE value IS 95 (37.5% from 255) = 38.31%

R = 54.03%
G = 7.66%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86135F (or 0x86135F) is known color: Eggplant. HEX triplet: 86, 13 and 5F. RGB value is (134,19,95). Sum of RGB (Red+Green+Blue) = 134+19+95=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86135F is #79ECA0. Grayscale: #3D3D3D. Windows color (decimal): -7990433 or 6230918. OLE color: 6230918.

HSL color Cylindrical-coordinate representation of color #86135F: hue angle of 320.35º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86135F is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 95 -
CMYK 0 0.86 0.29 0.47
HSL 320.35º 0.75% 0.3% -
HSV(B) 320.35º 0.86% 0.53% -
XYZ 12.13 6.36 11.41 -
YUV 62.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 134 19 95 0 0.86 0.29 0.47 320.35 0.75 0.3
Hex 86 13 5F 0 56 1D 2F 140 4B 1E
Octal 206 23 137 0 126 35 57 500 113 36
Binary 10000110 10011 1011111 0 1010110 11101 101111 101000000 1001011 11110

Color Harmonies of #86135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86135F

Black with #86135F

Text Example


Text Example

White with #86135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86135F; }

 p { color: rgb(134,19,95); }

 H1.HeaderClassName
 {
   color: #86135F;
 }
 .AnyTagClassName
 {
   color: #86135F;
 }
</style>

background-color css

<style>
 a { background-color: #86135F; }

 a { background-color: rgb(134,19,95); }

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

border-color css

<style>
 span { border-color: #86135F; }

 span { border-color: rgb(134,19,95); }

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