Html Css Color HEX #87026C Eggplant

📋 copy color: '#87026C'

red 135 ◦ green 2 ◦ blue 108

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

Shades of Eggplant #87026C

Tints of Eggplant #87026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 55.1%
G = 0.82%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87026C (or 0x87026C) is known color: Eggplant. HEX triplet: 87, 02 and 6C. RGB value is (135,2,108). Sum of RGB (Red+Green+Blue) = 135+2+108=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87026C is #78FD93. Grayscale: #353535. Windows color (decimal): -7929236 or 7078535. OLE color: 7078535.

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

Color convert

RGB 135 2 108 -
CMYK 0 0.99 0.2 0.47
HSL 312.18º 0.97% 0.27% -
HSV(B) 312.18º 0.99% 0.53% -
XYZ 12.72 6.28 14.73 -
YUV 53.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 135 2 108 0 0.99 0.2 0.47 312.18 0.97 0.27
Hex 87 2 6C 0 63 14 2F 138 61 1B
Octal 207 2 154 0 143 24 57 470 141 33
Binary 10000111 10 1101100 0 1100011 10100 101111 100111000 1100001 11011

Color Harmonies of #87026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87026C

Black with #87026C

Text Example


Text Example

White with #87026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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