Html Css Color HEX #870150 Eggplant

📋 copy color: '#870150'

red 135 ◦ green 1 ◦ blue 80

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

Shades of Eggplant #870150

Tints of Eggplant #870150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 62.5%
G = 0.46%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#870150 (or 0x870150) is known color: Eggplant. HEX triplet: 87, 01 and 50. RGB value is (135,1,80). Sum of RGB (Red+Green+Blue) = 135+1+80=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #870150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870150 is #78FEAF. Grayscale: #313131. Windows color (decimal): -7929520 or 5243271. OLE color: 5243271.

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

Color convert

RGB 135 1 80 -
CMYK 0 0.99 0.41 0.47
HSL 324.63º 0.99% 0.27% -
HSV(B) 324.63º 0.99% 0.53% -
XYZ 11.45 5.75 8.1 -
YUV 50.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 135 1 80 0 0.99 0.41 0.47 324.63 0.99 0.27
Hex 87 1 50 0 63 29 2F 145 63 1B
Octal 207 1 120 0 143 51 57 505 143 33
Binary 10000111 1 1010000 0 1100011 101001 101111 101000101 1100011 11011

Color Harmonies of #870150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870150

Black with #870150

Text Example


Text Example

White with #870150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870150; }

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

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

background-color css

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

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

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

border-color css

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

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

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