#9A199E

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

Shades of Dark Magenta #9A199E

Tints of Dark Magenta #9A199E

Color information

#9A199E (or 0x9A199E) is unknown color: approx Dark Magenta. HEX triplet: 9A, 19 and 9E. RGB value is (154,25,158). Sum of RGB (Red+Green+Blue) = 154+25+158=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A199E is #65E661. Grayscale: #4E4E4E. Windows color (decimal): -6678114 or 10361242. OLE color: 10361242.

HSL color Cylindrical-coordinate representation of color #9A199E: hue angle of 298.2º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A199E is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15425158-
CMYK0.030.8400.38
HSL298.2º72.68%35.88%-
HSV(B)298.2º84.18%61.96%-
XYZ19.8510.0333.24-
YUV78.73172.74181.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 25 (10.16% from 255) = 7.42%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=45.70%
G=7.42%
B=46.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154251580.030.8400.38298.272.6835.88
Hex9A199E35402612a4924
Octal23231236312404645211144
Binary10011010110011001111011101010001001101001010101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,25,158); }

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

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

 a { background-color: rgb(154,25,158); }

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

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

 span { border-color: rgb(154,25,158); }

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