Html Css Color HEX #87135C Eggplant

📋 copy color: '#87135C'

red 135 ◦ green 19 ◦ blue 92

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

Shades of Eggplant #87135C

Tints of Eggplant #87135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 54.88%
G = 7.72%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87135C (or 0x87135C) is known color: Eggplant. HEX triplet: 87, 13 and 5C. RGB value is (135,19,92). Sum of RGB (Red+Green+Blue) = 135+19+92=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87135C is #78ECA3. Grayscale: #3D3D3D. Windows color (decimal): -7924900 or 6034311. OLE color: 6034311.

HSL color Cylindrical-coordinate representation of color #87135C: hue angle of 322.24º 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 #87135C is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 92 -
CMYK 0 0.86 0.32 0.47
HSL 322.24º 0.75% 0.3% -
HSV(B) 322.24º 0.86% 0.53% -
XYZ 12.16 6.39 10.72 -
YUV 62.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 135 19 92 0 0.86 0.32 0.47 322.24 0.75 0.3
Hex 87 13 5C 0 56 20 2F 142 4B 1E
Octal 207 23 134 0 126 40 57 502 113 36
Binary 10000111 10011 1011100 0 1010110 100000 101111 101000010 1001011 11110

Color Harmonies of #87135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87135C

Black with #87135C

Text Example


Text Example

White with #87135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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