Html Css Color HEX #870B5D Eggplant

📋 copy color: '#870B5D'

red 135 ◦ green 11 ◦ blue 93

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

Shades of Eggplant #870B5D

Tints of Eggplant #870B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 56.49%
G = 4.6%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#870B5D (or 0x870B5D) is known color: Eggplant. HEX triplet: 87, 0B and 5D. RGB value is (135,11,93). Sum of RGB (Red+Green+Blue) = 135+11+93=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #870B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B5D is #78F4A2. Grayscale: #393939. Windows color (decimal): -7926947 or 6097799. OLE color: 6097799.

HSL color Cylindrical-coordinate representation of color #870B5D: hue angle of 320.32º 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 #870B5D is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 11 93 -
CMYK 0 0.92 0.31 0.47
HSL 320.32º 0.85% 0.29% -
HSV(B) 320.32º 0.92% 0.53% -
XYZ 12.09 6.18 10.91 -
YUV 57.42 148.08 183.33 -
System Red Green Blue C M Y K H S L
Decimal 135 11 93 0 0.92 0.31 0.47 320.32 0.85 0.29
Hex 87 B 5D 0 5C 1F 2F 140 55 1D
Octal 207 13 135 0 134 37 57 500 125 35
Binary 10000111 1011 1011101 0 1011100 11111 101111 101000000 1010101 11101

Color Harmonies of #870B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B5D

Black with #870B5D

Text Example


Text Example

White with #870B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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