#9a0080

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

Shades of Dark Magenta #9A0080

Tints of Dark Magenta #9A0080

Color information

#9A0080 (or 0x9A0080) is unknown color: approx Dark Magenta. HEX triplet: 9A, 00 and 80. RGB value is (154,0,128). Sum of RGB (Red+Green+Blue) = 154+0+128=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0080 is #65FF7F. Grayscale: #3C3C3C. Windows color (decimal): -6684544 or 8388762. OLE color: 8388762.

HSL color Cylindrical-coordinate representation of color #9A0080: hue angle of 310.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A0080 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB1540128-
CMYK010.170.40
HSL310.13º100%30.2%-
HSV(B)310.13º100%60.39%-
XYZ17.228.4321.14-
YUV60.64166.02194.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=54.61%
G=0%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1540128010.170.40310.1310030.2
Hex9A0800641128136641e
Octal23202000144215046614436
Binary100110100100000000110010010001101000100110110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a0080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a0080; }

 p { color: rgb(154,0,128); }

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

<style>
 a { background-color: #9a0080; }

 a { background-color: rgb(154,0,128); }

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

<style>
 span { border-color: #9a0080; }

 span { border-color: rgb(154,0,128); }

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