#9a1ba9

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

Shades of Dark Magenta #9A1BA9

Tints of Dark Magenta #9A1BA9

Color information

#9A1BA9 (or 0x9A1BA9) is unknown color: approx Dark Magenta. HEX triplet: 9A, 1B and A9. RGB value is (154,27,169). Sum of RGB (Red+Green+Blue) = 154+27+169=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 169 - color contains mainly: blue. Hex color #9A1BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1BA9 is #65E456. Grayscale: #505050. Windows color (decimal): -6677591 or 11082650. OLE color: 11082650.

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

Color convert

RGB15427169-
CMYK0.090.8400.34
HSL293.66º72.45%38.43%-
HSV(B)293.66º84.02%66.27%-
XYZ20.8810.5238.47-
YUV81.16177.58179.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 27 (10.94% from 255) = 7.71%
BLUE value IS 169 (66.41% from 255) = 48.29%
R=44%
G=7.71%
B=48.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal154271690.090.8400.34293.6672.4538.43
Hex9A1BA99540221264826
Octal232332511112404244611046
Binary1001101011011101010011001101010001000101001001101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a1ba9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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