#871793

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

Shades of Dark Magenta #871793

Tints of Dark Magenta #871793

Color information

#871793 (or 0x871793) is unknown color: approx Dark Magenta. HEX triplet: 87, 17 and 93. RGB value is (135,23,147). Sum of RGB (Red+Green+Blue) = 135+23+147=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #871793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871793 is #78E86C. Grayscale: #464646. Windows color (decimal): -7923821 or 9639815. OLE color: 9639815.

HSL color Cylindrical-coordinate representation of color #871793: hue angle of 294.19º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871793 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13523147-
CMYK0.080.8400.42
HSL294.19º72.94%33.33%-
HSV(B)294.19º84.35%57.65%-
XYZ15.567.8728.3-
YUV70.62171.11173.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 23 (9.38% from 255) = 7.54%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=44.26%
G=7.54%
B=48.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135231470.080.8400.42294.1972.9433.33
Hex87179385402A1264921
Octal207272231012405244611141
Binary1000011110111100100111000101010001010101001001101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871793; }

 p { color: rgb(135,23,147); }

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

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

 a { background-color: rgb(135,23,147); }

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

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

 span { border-color: rgb(135,23,147); }

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