#9A0AAB

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

Shades of Dark Magenta #9A0AAB

Tints of Dark Magenta #9A0AAB

Color information

#9A0AAB (or 0x9A0AAB) is unknown color: approx Dark Magenta. HEX triplet: 9A, 0A and AB. RGB value is (154,10,171). Sum of RGB (Red+Green+Blue) = 154+10+171=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0AAB is #65F554. Grayscale: #464646. Windows color (decimal): -6681941 or 11209370. OLE color: 11209370.

HSL color Cylindrical-coordinate representation of color #9A0AAB: hue angle of 293.66º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0AAB is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15410171-
CMYK0.100.9400.33
HSL293.66º88.95%35.49%-
HSV(B)293.66º94.15%67.06%-
XYZ20.7910.0339.37-
YUV71.41184.21186.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=45.97%
G=2.99%
B=51.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154101710.100.9400.33293.6688.9535.49
Hex9AAABA5E0211265923
Octal232122531213604144613143
Binary100110101010101010111010101111001000011001001101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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