Html Css Color HEX #870157 Eggplant

📋 copy color: '#870157'

red 135 ◦ green 1 ◦ blue 87

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

Shades of Eggplant #870157

Tints of Eggplant #870157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 60.54%
G = 0.45%
B = 39.01%

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

#870157 (or 0x870157) is known color: Eggplant. HEX triplet: 87, 01 and 57. RGB value is (135,1,87). Sum of RGB (Red+Green+Blue) = 135+1+87=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #870157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870157 is #78FEA8. Grayscale: #323232. Windows color (decimal): -7929513 or 5702023. OLE color: 5702023.

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

Color convert

RGB 135 1 87 -
CMYK 0 0.99 0.36 0.47
HSL 321.49º 0.99% 0.27% -
HSV(B) 321.49º 0.99% 0.53% -
XYZ 11.72 5.86 9.53 -
YUV 50.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 135 1 87 0 0.99 0.36 0.47 321.49 0.99 0.27
Hex 87 1 57 0 63 24 2F 141 63 1B
Octal 207 1 127 0 143 44 57 501 143 33
Binary 10000111 1 1010111 0 1100011 100100 101111 101000001 1100011 11011

Color Harmonies of #870157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870157

Black with #870157

Text Example


Text Example

White with #870157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870157; }

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

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

background-color css

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

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

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

border-color css

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

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

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