#871885

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

Shades of Dark Purple #871885

Tints of Dark Purple #871885

Color information

#871885 (or 0x871885) is unknown color: approx Dark Purple. HEX triplet: 87, 18 and 85. RGB value is (135,24,133). Sum of RGB (Red+Green+Blue) = 135+24+133=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #871885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871885 is #78E77A. Grayscale: #454545. Windows color (decimal): -7923579 or 8722567. OLE color: 8722567.

HSL color Cylindrical-coordinate representation of color #871885: hue angle of 301.08º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871885 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13524133-
CMYK00.820.010.47
HSL301.08º69.81%31.18%-
HSV(B)301.08º82.22%52.94%-
XYZ14.557.522.87-
YUV69.61163.77174.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 24 (9.77% from 255) = 8.22%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=46.23%
G=8.22%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352413300.820.010.47301.0869.8131.18
Hex87188505212F12d461f
Octal20730205012215745510637
Binary100001111100010000101010100101101111100101101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871885; }

 p { color: rgb(135,24,133); }

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

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

 a { background-color: rgb(135,24,133); }

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

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

 span { border-color: rgb(135,24,133); }

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