#8917A2

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

Shades of Dark Magenta #8917A2

Tints of Dark Magenta #8917A2

Color information

#8917A2 (or 0x8917A2) is unknown color: approx Dark Magenta. HEX triplet: 89, 17 and A2. RGB value is (137,23,162). Sum of RGB (Red+Green+Blue) = 137+23+162=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #8917A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8917A2 is #76E85D. Grayscale: #484848. Windows color (decimal): -7792734 or 10622857. OLE color: 10622857.

HSL color Cylindrical-coordinate representation of color #8917A2: hue angle of 289.21º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8917A2 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13723162-
CMYK0.150.8600.36
HSL289.21º75.14%36.27%-
HSV(B)289.21º85.8%63.53%-
XYZ17.148.5434.93-
YUV72.93178.27173.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 23 (9.38% from 255) = 7.14%
BLUE value IS 162 (63.67% from 255) = 50.31%
R=42.55%
G=7.14%
B=50.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137231620.150.8600.36289.2175.1436.27
Hex8917A2F560241214b24
Octal211272421712604444111344
Binary1000100110111101000101111101011001001001001000011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8917A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8917A2; }

 p { color: rgb(137,23,162); }

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

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

 a { background-color: rgb(137,23,162); }

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

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

 span { border-color: rgb(137,23,162); }

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