Html Css Color HEX #87025A Eggplant

📋 copy color: '#87025A'

red 135 ◦ green 2 ◦ blue 90

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

Shades of Eggplant #87025A

Tints of Eggplant #87025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 59.47%
G = 0.88%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#87025A (or 0x87025A) is known color: Eggplant. HEX triplet: 87, 02 and 5A. RGB value is (135,2,90). Sum of RGB (Red+Green+Blue) = 135+2+90=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #87025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87025A is #78FDA5. Grayscale: #333333. Windows color (decimal): -7929254 or 5898887. OLE color: 5898887.

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

Color convert

RGB 135 2 90 -
CMYK 0 0.99 0.33 0.47
HSL 320.3º 0.97% 0.27% -
HSV(B) 320.3º 0.99% 0.53% -
XYZ 11.86 5.93 10.19 -
YUV 51.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 135 2 90 0 0.99 0.33 0.47 320.3 0.97 0.27
Hex 87 2 5A 0 63 21 2F 140 61 1B
Octal 207 2 132 0 143 41 57 500 141 33
Binary 10000111 10 1011010 0 1100011 100001 101111 101000000 1100001 11011

Color Harmonies of #87025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87025A

Black with #87025A

Text Example


Text Example

White with #87025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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