#9A1AA9

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

Shades of Dark Magenta #9A1AA9

Tints of Dark Magenta #9A1AA9

Color information

#9A1AA9 (or 0x9A1AA9) is unknown color: approx Dark Magenta. HEX triplet: 9A, 1A and A9. RGB value is (154,26,169). Sum of RGB (Red+Green+Blue) = 154+26+169=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #9A1AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1AA9 is #65E556. Grayscale: #505050. Windows color (decimal): -6677847 or 11082394. OLE color: 11082394.

HSL color Cylindrical-coordinate representation of color #9A1AA9: hue angle of 293.71º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A1AA9 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15426169-
CMYK0.090.8500.34
HSL293.71º73.33%38.24%-
HSV(B)293.71º84.62%66.27%-
XYZ20.8610.4738.46-
YUV80.57177.91180.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.13%
GREEN value IS 26 (10.55% from 255) = 7.45%
BLUE value IS 169 (66.41% from 255) = 48.42%
R=44.13%
G=7.45%
B=48.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal154261690.090.8500.34293.7173.3338.24
Hex9A1AA99550221264926
Octal232322511112504244611146
Binary1001101011010101010011001101010101000101001001101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,26,169); }

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

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

 a { background-color: rgb(154,26,169); }

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

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

 span { border-color: rgb(154,26,169); }

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