#871181

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

Shades of Dark Purple #871181

Tints of Dark Purple #871181

Color information

#871181 (or 0x871181) is unknown color: approx Dark Purple. HEX triplet: 87, 11 and 81. RGB value is (135,17,129). Sum of RGB (Red+Green+Blue) = 135+17+129=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #871181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871181 is #78EE7E. Grayscale: #404040. Windows color (decimal): -7925375 or 8458631. OLE color: 8458631.

HSL color Cylindrical-coordinate representation of color #871181: hue angle of 303.05º degrees, saturation: 0.78, 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 #871181 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13517129-
CMYK00.870.040.47
HSL303.05º77.63%29.8%-
HSV(B)303.05º87.41%52.94%-
XYZ14.157.1421.4-
YUV65.05164.09177.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 17 (7.03% from 255) = 6.05%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=48.04%
G=6.05%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351712900.870.040.47303.0577.6329.8
Hex87118105742F12f4e1e
Octal20721201012745745711636
Binary10000111100011000000101010111100101111100101111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871181; }

 p { color: rgb(135,17,129); }

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

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

 a { background-color: rgb(135,17,129); }

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

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

 span { border-color: rgb(135,17,129); }

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