Html Css Color HEX #86065F Eggplant

📋 copy color: '#86065F'

red 134 ◦ green 6 ◦ blue 95

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

Shades of Eggplant #86065F

Tints of Eggplant #86065F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

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

R = 57.02%
G = 2.55%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86065F (or 0x86065F) is known color: Eggplant. HEX triplet: 86, 06 and 5F. RGB value is (134,6,95). Sum of RGB (Red+Green+Blue) = 134+6+95=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #86065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86065F is #79F9A0. Grayscale: #363636. Windows color (decimal): -7993761 or 6227590. OLE color: 6227590.

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

Color convert

RGB 134 6 95 -
CMYK 0 0.96 0.29 0.47
HSL 318.28º 0.91% 0.27% -
HSV(B) 318.28º 0.96% 0.53% -
XYZ 11.96 6.02 11.36 -
YUV 54.42 150.91 184.76 -
System Red Green Blue C M Y K H S L
Decimal 134 6 95 0 0.96 0.29 0.47 318.28 0.91 0.27
Hex 86 6 5F 0 60 1D 2F 13E 5B 1B
Octal 206 6 137 0 140 35 57 476 133 33
Binary 10000110 110 1011111 0 1100000 11101 101111 100111110 1011011 11011

Color Harmonies of #86065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86065F

Black with #86065F

Text Example


Text Example

White with #86065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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