#9A0A8E

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

Shades of Dark Magenta #9A0A8E

Tints of Dark Magenta #9A0A8E

Color information

#9A0A8E (or 0x9A0A8E) is unknown color: approx Dark Magenta. HEX triplet: 9A, 0A and 8E. RGB value is (154,10,142). Sum of RGB (Red+Green+Blue) = 154+10+142=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0A8E is #65F571. Grayscale: #434343. Windows color (decimal): -6681970 or 9308826. OLE color: 9308826.

HSL color Cylindrical-coordinate representation of color #9A0A8E: hue angle of 305º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0A8E is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15410142-
CMYK00.940.080.40
HSL305º87.8%32.16%-
HSV(B)305º93.51%60.39%-
XYZ18.329.0426.37-
YUV68.1169.71189.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.33%
GREEN value IS 10 (4.30% from 255) = 3.27%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=50.33%
G=3.27%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541014200.940.080.4030587.832.16
Hex9AA8E05E8281315820
Octal232122160136105046113040
Binary100110101010100011100101111010001010001001100011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,10,142); }

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

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

 a { background-color: rgb(154,10,142); }

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

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

 span { border-color: rgb(154,10,142); }

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