#8907A2

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

Shades of Dark Magenta #8907A2

Tints of Dark Magenta #8907A2

Color information

#8907A2 (or 0x8907A2) is unknown color: approx Dark Magenta. HEX triplet: 89, 07 and A2. RGB value is (137,7,162). Sum of RGB (Red+Green+Blue) = 137+7+162=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #8907A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8907A2 is #76F85D. Grayscale: #3F3F3F. Windows color (decimal): -7796830 or 10618761. OLE color: 10618761.

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

Color convert

RGB1377162-
CMYK0.150.9600.36
HSL290.32º91.72%33.14%-
HSV(B)290.32º95.68%63.53%-
XYZ16.918.0834.85-
YUV63.54183.57180.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 7 (3.12% from 255) = 2.29%
BLUE value IS 162 (63.67% from 255) = 52.94%
R=44.77%
G=2.29%
B=52.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13771620.150.9600.36290.3291.7233.14
Hex897A2F600241225c21
Octal21172421714004444213441
Binary10001001111101000101111110000001001001001000101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8907A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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