#8714A5

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

Shades of Dark Magenta #8714A5

Tints of Dark Magenta #8714A5

Color information

#8714A5 (or 0x8714A5) is unknown color: approx Dark Magenta. HEX triplet: 87, 14 and A5. RGB value is (135,20,165). Sum of RGB (Red+Green+Blue) = 135+20+165=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #8714A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8714A5 is #78EB5A. Grayscale: #464646. Windows color (decimal): -7924571 or 10818695. OLE color: 10818695.

HSL color Cylindrical-coordinate representation of color #8714A5: hue angle of 287.59º 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 #8714A5 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13520165-
CMYK0.180.8800.35
HSL287.59º78.38%36.27%-
HSV(B)287.59º87.88%64.71%-
XYZ17.038.3736.31-
YUV70.91181.1173.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 20 (8.20% from 255) = 6.25%
BLUE value IS 165 (64.84% from 255) = 51.56%
R=42.19%
G=6.25%
B=51.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal135201650.180.8800.35287.5978.3836.27
Hex8714A512580231204e24
Octal207242452213004344011644
Binary10000111101001010010110010101100001000111001000001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8714A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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