Html Css Color HEX #87015A Eggplant

📋 copy color: '#87015A'

red 135 ◦ green 1 ◦ blue 90

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

Shades of Eggplant #87015A

Tints of Eggplant #87015A

RGB

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

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

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

R = 59.73%
G = 0.44%
B = 39.82%

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

#87015A (or 0x87015A) is known color: Eggplant. HEX triplet: 87, 01 and 5A. RGB value is (135,1,90). Sum of RGB (Red+Green+Blue) = 135+1+90=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #87015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87015A is #78FEA5. Grayscale: #323232. Windows color (decimal): -7929510 or 5898631. OLE color: 5898631.

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

Color convert

RGB 135 1 90 -
CMYK 0 0.99 0.33 0.47
HSL 320.15º 0.99% 0.27% -
HSV(B) 320.15º 0.99% 0.53% -
XYZ 11.85 5.91 10.19 -
YUV 51.21 149.89 187.76 -
System Red Green Blue C M Y K H S L
Decimal 135 1 90 0 0.99 0.33 0.47 320.15 0.99 0.27
Hex 87 1 5A 0 63 21 2F 140 63 1B
Octal 207 1 132 0 143 41 57 500 143 33
Binary 10000111 1 1011010 0 1100011 100001 101111 101000000 1100011 11011

Color Harmonies of #87015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87015A

Black with #87015A

Text Example


Text Example

White with #87015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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