#871263

Color #871263 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #871263

Tints of Eggplant #871263

Color information

#871263 (or 0x871263) is unknown color: approx Eggplant. HEX triplet: 87, 12 and 63. RGB value is (135,18,99). Sum of RGB (Red+Green+Blue) = 135+18+99=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #871263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871263 is #78ED9C. Grayscale: #3E3E3E. Windows color (decimal): -7925149 or 6492807. OLE color: 6492807.

HSL color Cylindrical-coordinate representation of color #871263: hue angle of 318.46º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871263 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1351899-
CMYK00.870.270.47
HSL318.46º76.47%30%-
HSV(B)318.46º86.67%52.94%-
XYZ12.466.4812.4-
YUV62.22148.76179.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=53.57%
G=7.14%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135189900.870.270.47318.4676.4730
Hex8712630571B2F13e4c1e
Octal207221430127335747611436
Binary100001111001011000110101011111011101111100111110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871263; }

 p { color: rgb(135,18,99); }

 H1.HeaderClassName
 {
   color: #871263;
 }
 .AnyTagClassName
 {
   color: #871263;
 }
</style>
background-color css

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

 a { background-color: rgb(135,18,99); }

 div.DivClassName
 {
   background-color: #871263;
 }
 .BgClassName
 {
   background-color: #871263;
 }
</style>
border-color css

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

 span { border-color: rgb(135,18,99); }

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