Html Css Color HEX #860950 Eggplant

📋 copy color: '#860950'

red 134 ◦ green 9 ◦ blue 80

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

Shades of Eggplant #860950

Tints of Eggplant #860950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 60.09%
G = 4.04%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#860950 (or 0x860950) is known color: Eggplant. HEX triplet: 86, 09 and 50. RGB value is (134,9,80). Sum of RGB (Red+Green+Blue) = 134+9+80=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #860950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860950 is #79F6AF. Grayscale: #363636. Windows color (decimal): -7993008 or 5245318. OLE color: 5245318.

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

Color convert

RGB 134 9 80 -
CMYK 0 0.93 0.40 0.47
HSL 325.92º 0.87% 0.28% -
HSV(B) 325.92º 0.93% 0.53% -
XYZ 11.38 5.84 8.12 -
YUV 54.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 134 9 80 0 0.93 0.40 0.47 325.92 0.87 0.28
Hex 86 9 50 0 5D 28 2F 146 57 1C
Octal 206 11 120 0 135 50 57 506 127 34
Binary 10000110 1001 1010000 0 1011101 101000 101111 101000110 1010111 11100

Color Harmonies of #860950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860950

Black with #860950

Text Example


Text Example

White with #860950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860950; }

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

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

background-color css

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

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

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

border-color css

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

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

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