Html Css Color HEX #87015F Eggplant

📋 copy color: '#87015F'

red 135 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #87015F

Tints of Eggplant #87015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 58.44%
G = 0.43%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87015F (or 0x87015F) is known color: Eggplant. HEX triplet: 87, 01 and 5F. RGB value is (135,1,95). Sum of RGB (Red+Green+Blue) = 135+1+95=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #87015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87015F is #78FEA0. Grayscale: #333333. Windows color (decimal): -7929505 or 6226311. OLE color: 6226311.

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

Color convert

RGB 135 1 95 -
CMYK 0 0.99 0.30 0.47
HSL 317.91º 0.99% 0.27% -
HSV(B) 317.91º 0.99% 0.53% -
XYZ 12.07 6 11.35 -
YUV 51.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 135 1 95 0 0.99 0.30 0.47 317.91 0.99 0.27
Hex 87 1 5F 0 63 1E 2F 13E 63 1B
Octal 207 1 137 0 143 36 57 476 143 33
Binary 10000111 1 1011111 0 1100011 11110 101111 100111110 1100011 11011

Color Harmonies of #87015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87015F

Black with #87015F

Text Example


Text Example

White with #87015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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