#871693

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

Shades of Dark Magenta #871693

Tints of Dark Magenta #871693

Color information

#871693 (or 0x871693) is unknown color: approx Dark Magenta. HEX triplet: 87, 16 and 93. RGB value is (135,22,147). Sum of RGB (Red+Green+Blue) = 135+22+147=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #871693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871693 is #78E96C. Grayscale: #454545. Windows color (decimal): -7924077 or 9639559. OLE color: 9639559.

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

Color convert

RGB13522147-
CMYK0.080.8500.42
HSL294.24º73.96%33.14%-
HSV(B)294.24º85.03%57.65%-
XYZ15.557.8328.3-
YUV70.04171.44174.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 22 (8.98% from 255) = 7.24%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=44.41%
G=7.24%
B=48.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135221470.080.8500.42294.2473.9633.14
Hex87169385502A1264a21
Octal207262231012505244611241
Binary1000011110110100100111000101010101010101001001101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871693; }

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

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

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

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

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

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

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

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