Html Css Color HEX #86125F Eggplant

📋 copy color: '#86125F'

red 134 ◦ green 18 ◦ blue 95

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

Shades of Eggplant #86125F

Tints of Eggplant #86125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

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

R = 54.25%
G = 7.29%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86125F (or 0x86125F) is known color: Eggplant. HEX triplet: 86, 12 and 5F. RGB value is (134,18,95). Sum of RGB (Red+Green+Blue) = 134+18+95=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86125F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86125F is #79EDA0. Grayscale: #3D3D3D. Windows color (decimal): -7990689 or 6230662. OLE color: 6230662.

HSL color Cylindrical-coordinate representation of color #86125F: hue angle of 320.17º degrees, saturation: 0.76, 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 #86125F is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 95 -
CMYK 0 0.87 0.29 0.47
HSL 320.17º 0.76% 0.3% -
HSV(B) 320.17º 0.87% 0.53% -
XYZ 12.11 6.33 11.41 -
YUV 61.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 134 18 95 0 0.87 0.29 0.47 320.17 0.76 0.3
Hex 86 12 5F 0 57 1D 2F 140 4C 1E
Octal 206 22 137 0 127 35 57 500 114 36
Binary 10000110 10010 1011111 0 1010111 11101 101111 101000000 1001100 11110

Color Harmonies of #86125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86125F

Black with #86125F

Text Example


Text Example

White with #86125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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