Html Css Color HEX #87014F Eggplant

📋 copy color: '#87014F'

red 135 ◦ green 1 ◦ blue 79

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

Shades of Eggplant #87014F

Tints of Eggplant #87014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 62.79%
G = 0.47%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#87014F (or 0x87014F) is known color: Eggplant. HEX triplet: 87, 01 and 4F. RGB value is (135,1,79). Sum of RGB (Red+Green+Blue) = 135+1+79=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87014F is #78FEB0. Grayscale: #313131. Windows color (decimal): -7929521 or 5177735. OLE color: 5177735.

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

Color convert

RGB 135 1 79 -
CMYK 0 0.99 0.41 0.47
HSL 325.07º 0.99% 0.27% -
HSV(B) 325.07º 0.99% 0.53% -
XYZ 11.41 5.74 7.9 -
YUV 49.96 144.39 188.66 -
System Red Green Blue C M Y K H S L
Decimal 135 1 79 0 0.99 0.41 0.47 325.07 0.99 0.27
Hex 87 1 4F 0 63 29 2F 145 63 1B
Octal 207 1 117 0 143 51 57 505 143 33
Binary 10000111 1 1001111 0 1100011 101001 101111 101000101 1100011 11011

Color Harmonies of #87014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87014F

Black with #87014F

Text Example


Text Example

White with #87014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87014F; }

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

 H1.HeaderClassName
 {
   color: #87014F;
 }
 .AnyTagClassName
 {
   color: #87014F;
 }
</style>

background-color css

<style>
 a { background-color: #87014F; }

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

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

border-color css

<style>
 span { border-color: #87014F; }

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

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