Html Css Color HEX #87026E Eggplant

📋 copy color: '#87026E'

red 135 ◦ green 2 ◦ blue 110

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

Shades of Eggplant #87026E

Tints of Eggplant #87026E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.53%

R = 54.66%
G = 0.81%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87026E (or 0x87026E) is known color: Eggplant. HEX triplet: 87, 02 and 6E. RGB value is (135,2,110). Sum of RGB (Red+Green+Blue) = 135+2+110=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87026E is #78FD91. Grayscale: #353535. Windows color (decimal): -7929234 or 7209607. OLE color: 7209607.

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

Color convert

RGB 135 2 110 -
CMYK 0 0.99 0.19 0.47
HSL 311.28º 0.97% 0.27% -
HSV(B) 311.28º 0.99% 0.53% -
XYZ 12.83 6.32 15.3 -
YUV 54.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 135 2 110 0 0.99 0.19 0.47 311.28 0.97 0.27
Hex 87 2 6E 0 63 13 2F 137 61 1B
Octal 207 2 156 0 143 23 57 467 141 33
Binary 10000111 10 1101110 0 1100011 10011 101111 100110111 1100001 11011

Color Harmonies of #87026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87026E

Black with #87026E

Text Example


Text Example

White with #87026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87026E; }

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

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

background-color css

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

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

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

border-color css

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

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

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