Html Css Color HEX #870256 Eggplant

📋 copy color: '#870256'

red 135 ◦ green 2 ◦ blue 86

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

Shades of Eggplant #870256

Tints of Eggplant #870256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 86 (33.98% from 255) = 38.57%

R = 60.54%
G = 0.9%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#870256 (or 0x870256) is known color: Eggplant. HEX triplet: 87, 02 and 56. RGB value is (135,2,86). Sum of RGB (Red+Green+Blue) = 135+2+86=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #870256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870256 is #78FDA9. Grayscale: #333333. Windows color (decimal): -7929258 or 5636743. OLE color: 5636743.

HSL color Cylindrical-coordinate representation of color #870256: hue angle of 322.11º degrees, saturation: 0.97, 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 #870256 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 2 86 -
CMYK 0 0.99 0.36 0.47
HSL 322.11º 0.97% 0.27% -
HSV(B) 322.11º 0.99% 0.53% -
XYZ 11.69 5.87 9.32 -
YUV 51.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 135 2 86 0 0.99 0.36 0.47 322.11 0.97 0.27
Hex 87 2 56 0 63 24 2F 142 61 1B
Octal 207 2 126 0 143 44 57 502 141 33
Binary 10000111 10 1010110 0 1100011 100100 101111 101000010 1100001 11011

Color Harmonies of #870256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870256

Black with #870256

Text Example


Text Example

White with #870256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870256; }

 p { color: rgb(135,2,86); }

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

background-color css

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

 a { background-color: rgb(135,2,86); }

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

border-color css

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

 span { border-color: rgb(135,2,86); }

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