Html Css Color HEX #86135C Eggplant

📋 copy color: '#86135C'

red 134 ◦ green 19 ◦ blue 92

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

Shades of Eggplant #86135C

Tints of Eggplant #86135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 54.69%
G = 7.76%
B = 37.55%

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

#86135C (or 0x86135C) is known color: Eggplant. HEX triplet: 86, 13 and 5C. RGB value is (134,19,92). Sum of RGB (Red+Green+Blue) = 134+19+92=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86135C is #79ECA3. Grayscale: #3D3D3D. Windows color (decimal): -7990436 or 6034310. OLE color: 6034310.

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

Color convert

RGB 134 19 92 -
CMYK 0 0.86 0.31 0.47
HSL 321.91º 0.75% 0.3% -
HSV(B) 321.91º 0.86% 0.53% -
XYZ 12 6.31 10.71 -
YUV 61.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 134 19 92 0 0.86 0.31 0.47 321.91 0.75 0.3
Hex 86 13 5C 0 56 1F 2F 142 4B 1E
Octal 206 23 134 0 126 37 57 502 113 36
Binary 10000110 10011 1011100 0 1010110 11111 101111 101000010 1001011 11110

Color Harmonies of #86135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86135C

Black with #86135C

Text Example


Text Example

White with #86135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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