Html Css Color HEX #87006B Eggplant

📋 copy color: '#87006B'

red 135 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #87006B

Tints of Eggplant #87006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.21%

R = 55.79%
G = 0%
B = 44.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87006B (or 0x87006B) is known color: Eggplant. HEX triplet: 87, 00 and 6B. RGB value is (135,0,107). Sum of RGB (Red+Green+Blue) = 135+0+107=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #87006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87006B is #78FF94. Grayscale: #343434. Windows color (decimal): -7929749 or 7012487. OLE color: 7012487.

HSL color Cylindrical-coordinate representation of color #87006B: hue angle of 312.44º 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 #87006B is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 107 -
CMYK 0 1 0.21 0.47
HSL 312.44º 1% 0.26% -
HSV(B) 312.44º 1% 0.53% -
XYZ 12.65 6.21 14.44 -
YUV 52.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 135 0 107 0 1 0.21 0.47 312.44 1 0.26
Hex 87 0 6B 0 64 15 2F 138 64 1A
Octal 207 0 153 0 144 25 57 470 144 32
Binary 10000111 0 1101011 0 1100100 10101 101111 100111000 1100100 11010

Color Harmonies of #87006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87006B

Black with #87006B

Text Example


Text Example

White with #87006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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