#9A0A8D

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

Shades of Dark Magenta #9A0A8D

Tints of Dark Magenta #9A0A8D

Color information

#9A0A8D (or 0x9A0A8D) is unknown color: approx Dark Magenta. HEX triplet: 9A, 0A and 8D. RGB value is (154,10,141). Sum of RGB (Red+Green+Blue) = 154+10+141=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0A8D is #65F572. Grayscale: #434343. Windows color (decimal): -6681971 or 9243290. OLE color: 9243290.

HSL color Cylindrical-coordinate representation of color #9A0A8D: hue angle of 305.42º 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 #9A0A8D is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15410141-
CMYK00.940.080.40
HSL305.42º87.8%32.16%-
HSV(B)305.42º93.51%60.39%-
XYZ18.249.0125.98-
YUV67.99169.21189.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.49%
GREEN value IS 10 (4.30% from 255) = 3.28%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=50.49%
G=3.28%
B=46.23%

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
Decimal1541014100.940.080.40305.4287.832.16
Hex9AA8D05E8281315820
Octal232122150136105046113040
Binary100110101010100011010101111010001010001001100011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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