Html Css Color HEX #86096A Eggplant

📋 copy color: '#86096A'

red 134 ◦ green 9 ◦ blue 106

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

Shades of Eggplant #86096A

Tints of Eggplant #86096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.57%

R = 53.82%
G = 3.61%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#86096A (or 0x86096A) is known color: Eggplant. HEX triplet: 86, 09 and 6A. RGB value is (134,9,106). Sum of RGB (Red+Green+Blue) = 134+9+106=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86096A is #79F695. Grayscale: #393939. Windows color (decimal): -7992982 or 6949254. OLE color: 6949254.

HSL color Cylindrical-coordinate representation of color #86096A: hue angle of 313.44º 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 #86096A is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 9 106 -
CMYK 0 0.93 0.21 0.47
HSL 313.44º 0.87% 0.28% -
HSV(B) 313.44º 0.93% 0.53% -
XYZ 12.53 6.3 14.19 -
YUV 57.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 134 9 106 0 0.93 0.21 0.47 313.44 0.87 0.28
Hex 86 9 6A 0 5D 15 2F 139 57 1C
Octal 206 11 152 0 135 25 57 471 127 34
Binary 10000110 1001 1101010 0 1011101 10101 101111 100111001 1010111 11100

Color Harmonies of #86096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86096A

Black with #86096A

Text Example


Text Example

White with #86096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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