Html Css Color HEX #86096C Eggplant

📋 copy color: '#86096C'

red 134 ◦ green 9 ◦ blue 108

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

Shades of Eggplant #86096C

Tints of Eggplant #86096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 53.39%
G = 3.59%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86096C (or 0x86096C) is known color: Eggplant. HEX triplet: 86, 09 and 6C. RGB value is (134,9,108). Sum of RGB (Red+Green+Blue) = 134+9+108=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #86096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86096C is #79F693. Grayscale: #393939. Windows color (decimal): -7992980 or 7080326. OLE color: 7080326.

HSL color Cylindrical-coordinate representation of color #86096C: hue angle of 312.48º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86096C is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 9 108 -
CMYK 0 0.93 0.19 0.47
HSL 312.48º 0.87% 0.28% -
HSV(B) 312.48º 0.93% 0.53% -
XYZ 12.64 6.35 14.75 -
YUV 57.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 134 9 108 0 0.93 0.19 0.47 312.48 0.87 0.28
Hex 86 9 6C 0 5D 13 2F 138 57 1C
Octal 206 11 154 0 135 23 57 470 127 34
Binary 10000110 1001 1101100 0 1011101 10011 101111 100111000 1010111 11100

Color Harmonies of #86096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86096C

Black with #86096C

Text Example


Text Example

White with #86096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,9,108); }

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

background-color css

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

 a { background-color: rgb(134,9,108); }

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

border-color css

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

 span { border-color: rgb(134,9,108); }

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