Html Css Color HEX #870950 Eggplant

📋 copy color: '#870950'

red 135 ◦ green 9 ◦ blue 80

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

Shades of Eggplant #870950

Tints of Eggplant #870950

RGB

 RED value IS 135 (53.13% from 255) = 60.27%

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

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

R = 60.27%
G = 4.02%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#870950 (or 0x870950) is known color: Eggplant. HEX triplet: 87, 09 and 50. RGB value is (135,9,80). Sum of RGB (Red+Green+Blue) = 135+9+80=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #870950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870950 is #78F6AF. Grayscale: #363636. Windows color (decimal): -7927472 or 5245319. OLE color: 5245319.

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

Color convert

RGB 135 9 80 -
CMYK 0 0.93 0.41 0.47
HSL 326.19º 0.88% 0.28% -
HSV(B) 326.19º 0.93% 0.53% -
XYZ 11.54 5.93 8.13 -
YUV 54.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 135 9 80 0 0.93 0.41 0.47 326.19 0.88 0.28
Hex 87 9 50 0 5D 29 2F 146 58 1C
Octal 207 11 120 0 135 51 57 506 130 34
Binary 10000111 1001 1010000 0 1011101 101001 101111 101000110 1011000 11100

Color Harmonies of #870950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870950

Black with #870950

Text Example


Text Example

White with #870950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870950; }

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

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

background-color css

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

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

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

border-color css

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

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

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