Html Css Color HEX #86135D Eggplant

📋 copy color: '#86135D'

red 134 ◦ green 19 ◦ blue 93

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

Shades of Eggplant #86135D

Tints of Eggplant #86135D

RGB

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

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

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

R = 54.47%
G = 7.72%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86135D (or 0x86135D) is known color: Eggplant. HEX triplet: 86, 13 and 5D. RGB value is (134,19,93). Sum of RGB (Red+Green+Blue) = 134+19+93=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86135D is #79ECA2. Grayscale: #3D3D3D. Windows color (decimal): -7990435 or 6099846. OLE color: 6099846.

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

Color convert

RGB 134 19 93 -
CMYK 0 0.86 0.31 0.47
HSL 321.39º 0.75% 0.3% -
HSV(B) 321.39º 0.86% 0.53% -
XYZ 12.04 6.32 10.94 -
YUV 61.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 134 19 93 0 0.86 0.31 0.47 321.39 0.75 0.3
Hex 86 13 5D 0 56 1F 2F 141 4B 1E
Octal 206 23 135 0 126 37 57 501 113 36
Binary 10000110 10011 1011101 0 1010110 11111 101111 101000001 1001011 11110

Color Harmonies of #86135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86135D

Black with #86135D

Text Example


Text Example

White with #86135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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