Html Css Color HEX #861165 Eggplant

📋 copy color: '#861165'

red 134 ◦ green 17 ◦ blue 101

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

Shades of Eggplant #861165

Tints of Eggplant #861165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 101 (39.84% from 255) = 40.08%

R = 53.17%
G = 6.75%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#861165 (or 0x861165) is known color: Eggplant. HEX triplet: 86, 11 and 65. RGB value is (134,17,101). Sum of RGB (Red+Green+Blue) = 134+17+101=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #861165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861165 is #79EE9A. Grayscale: #3D3D3D. Windows color (decimal): -7990939 or 6623622. OLE color: 6623622.

HSL color Cylindrical-coordinate representation of color #861165: hue angle of 316.92º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861165 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 101 -
CMYK 0 0.87 0.25 0.47
HSL 316.92º 0.77% 0.3% -
HSV(B) 316.92º 0.87% 0.53% -
XYZ 12.38 6.41 12.9 -
YUV 61.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 134 17 101 0 0.87 0.25 0.47 316.92 0.77 0.3
Hex 86 11 65 0 57 19 2F 13D 4D 1E
Octal 206 21 145 0 127 31 57 475 115 36
Binary 10000110 10001 1100101 0 1010111 11001 101111 100111101 1001101 11110

Color Harmonies of #861165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861165

Black with #861165

Text Example


Text Example

White with #861165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861165; }

 p { color: rgb(134,17,101); }

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

background-color css

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

 a { background-color: rgb(134,17,101); }

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

border-color css

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

 span { border-color: rgb(134,17,101); }

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