Html Css Color HEX #87135A Eggplant

📋 copy color: '#87135A'

red 135 ◦ green 19 ◦ blue 90

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

Shades of Eggplant #87135A

Tints of Eggplant #87135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 90 (35.55% from 255) = 36.89%

R = 55.33%
G = 7.79%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#87135A (or 0x87135A) is known color: Eggplant. HEX triplet: 87, 13 and 5A. RGB value is (135,19,90). Sum of RGB (Red+Green+Blue) = 135+19+90=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #87135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87135A is #78ECA5. Grayscale: #3D3D3D. Windows color (decimal): -7924902 or 5903239. OLE color: 5903239.

HSL color Cylindrical-coordinate representation of color #87135A: hue angle of 323.28º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87135A is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 90 -
CMYK 0 0.86 0.33 0.47
HSL 323.28º 0.75% 0.3% -
HSV(B) 323.28º 0.86% 0.53% -
XYZ 12.07 6.35 10.26 -
YUV 61.78 143.93 180.23 -
System Red Green Blue C M Y K H S L
Decimal 135 19 90 0 0.86 0.33 0.47 323.28 0.75 0.3
Hex 87 13 5A 0 56 21 2F 143 4B 1E
Octal 207 23 132 0 126 41 57 503 113 36
Binary 10000111 10011 1011010 0 1010110 100001 101111 101000011 1001011 11110

Color Harmonies of #87135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87135A

Black with #87135A

Text Example


Text Example

White with #87135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87135A; }

 p { color: rgb(135,19,90); }

 H1.HeaderClassName
 {
   color: #87135A;
 }
 .AnyTagClassName
 {
   color: #87135A;
 }
</style>

background-color css

<style>
 a { background-color: #87135A; }

 a { background-color: rgb(135,19,90); }

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

border-color css

<style>
 span { border-color: #87135A; }

 span { border-color: rgb(135,19,90); }

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