#871B81

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

Shades of Dark Purple #871B81

Tints of Dark Purple #871B81

Color information

#871B81 (or 0x871B81) is unknown color: approx Dark Purple. HEX triplet: 87, 1B and 81. RGB value is (135,27,129). Sum of RGB (Red+Green+Blue) = 135+27+129=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #871B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871B81 is #78E47E. Grayscale: #464646. Windows color (decimal): -7922815 or 8461191. OLE color: 8461191.

HSL color Cylindrical-coordinate representation of color #871B81: hue angle of 303.33º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #871B81 is Cyan = 0, Magento = 0.8, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13527129-
CMYK00.80.040.47
HSL303.33º66.67%31.76%-
HSV(B)303.33º80%52.94%-
XYZ14.357.5221.46-
YUV70.92160.78173.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 27 (10.94% from 255) = 9.28%
BLUE value IS 129 (50.78% from 255) = 44.33%
R=46.39%
G=9.28%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352712900.80.040.47303.3366.6731.76
Hex871B8105042F12f4320
Octal20733201012045745710340
Binary100001111101110000001010100001001011111001011111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871B81; }

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

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

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

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

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

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

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

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