#8714A0

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

Shades of Dark Magenta #8714A0

Tints of Dark Magenta #8714A0

Color information

#8714A0 (or 0x8714A0) is unknown color: approx Dark Magenta. HEX triplet: 87, 14 and A0. RGB value is (135,20,160). Sum of RGB (Red+Green+Blue) = 135+20+160=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #8714A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8714A0 is #78EB5F. Grayscale: #454545. Windows color (decimal): -7924576 or 10491015. OLE color: 10491015.

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

Color convert

RGB13520160-
CMYK0.160.8800.37
HSL289.29º77.78%35.29%-
HSV(B)289.29º87.5%62.75%-
XYZ16.598.1933.96-
YUV70.34178.6174.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 20 (8.20% from 255) = 6.35%
BLUE value IS 160 (62.89% from 255) = 50.79%
R=42.86%
G=6.35%
B=50.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal135201600.160.8800.37289.2977.7835.29
Hex8714A010580251214e23
Octal207242402013004544111643
Binary10000111101001010000010000101100001001011001000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8714A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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