Html Css Color HEX #87006C Eggplant

📋 copy color: '#87006C'

red 135 ◦ green 0 ◦ blue 108

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

Shades of Eggplant #87006C

Tints of Eggplant #87006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87006C (or 0x87006C) is known color: Eggplant. HEX triplet: 87, 00 and 6C. RGB value is (135,0,108). Sum of RGB (Red+Green+Blue) = 135+0+108=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #87006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87006C is #78FF93. Grayscale: #343434. Windows color (decimal): -7929748 or 7078023. OLE color: 7078023.

HSL color Cylindrical-coordinate representation of color #87006C: hue angle of 312º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87006C is Cyan = 0, Magento = 1, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 108 -
CMYK 0 1 0.2 0.47
HSL 312º 1% 0.26% -
HSV(B) 312º 1% 0.53% -
XYZ 12.7 6.23 14.72 -
YUV 52.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 135 0 108 0 1 0.2 0.47 312 1 0.26
Hex 87 0 6C 0 64 14 2F 138 64 1A
Octal 207 0 154 0 144 24 57 470 144 32
Binary 10000111 0 1101100 0 1100100 10100 101111 100111000 1100100 11010

Color Harmonies of #87006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87006C

Black with #87006C

Text Example


Text Example

White with #87006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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