Html Css Color HEX #870B5E Eggplant

📋 copy color: '#870B5E'

red 135 ◦ green 11 ◦ blue 94

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

Shades of Eggplant #870B5E

Tints of Eggplant #870B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.58%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 56.25%
G = 4.58%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#870B5E (or 0x870B5E) is known color: Eggplant. HEX triplet: 87, 0B and 5E. RGB value is (135,11,94). Sum of RGB (Red+Green+Blue) = 135+11+94=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #870B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B5E is #78F4A1. Grayscale: #393939. Windows color (decimal): -7926946 or 6163335. OLE color: 6163335.

HSL color Cylindrical-coordinate representation of color #870B5E: hue angle of 319.84º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B5E is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 11 94 -
CMYK 0 0.92 0.30 0.47
HSL 319.84º 0.85% 0.29% -
HSV(B) 319.84º 0.92% 0.53% -
XYZ 12.13 6.2 11.15 -
YUV 57.54 148.58 183.25 -
System Red Green Blue C M Y K H S L
Decimal 135 11 94 0 0.92 0.30 0.47 319.84 0.85 0.29
Hex 87 B 5E 0 5C 1E 2F 140 55 1D
Octal 207 13 136 0 134 36 57 500 125 35
Binary 10000111 1011 1011110 0 1011100 11110 101111 101000000 1010101 11101

Color Harmonies of #870B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B5E

Black with #870B5E

Text Example


Text Example

White with #870B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870B5E; }

 p { color: rgb(135,11,94); }

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

background-color css

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

 a { background-color: rgb(135,11,94); }

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

border-color css

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

 span { border-color: rgb(135,11,94); }

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