#8714A6

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

Shades of Dark Magenta #8714A6

Tints of Dark Magenta #8714A6

Color information

#8714A6 (or 0x8714A6) is unknown color: approx Dark Magenta. HEX triplet: 87, 14 and A6. RGB value is (135,20,166). Sum of RGB (Red+Green+Blue) = 135+20+166=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 166 (65.23% from 255 or 51.71% from 321); Max value from RGB is 166 - color contains mainly: blue. Hex color #8714A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8714A6 is #78EB59. Grayscale: #464646. Windows color (decimal): -7924570 or 10884231. OLE color: 10884231.

HSL color Cylindrical-coordinate representation of color #8714A6: hue angle of 287.26º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8714A6 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13520166-
CMYK0.190.8800.35
HSL287.26º78.49%36.47%-
HSV(B)287.26º87.95%65.1%-
XYZ17.128.436.8-
YUV71.03181.6173.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 20 (8.20% from 255) = 6.23%
BLUE value IS 166 (65.23% from 255) = 51.71%
R=42.06%
G=6.23%
B=51.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal135201660.190.8800.35287.2678.4936.47
Hex8714A6135802311f4e24
Octal207242462313004343711644
Binary10000111101001010011010011101100001000111000111111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8714A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8714A6; }

 p { color: rgb(135,20,166); }

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

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

 a { background-color: rgb(135,20,166); }

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

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

 span { border-color: rgb(135,20,166); }

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