#950AA9

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

Shades of Dark Magenta #950AA9

Tints of Dark Magenta #950AA9

Color information

#950AA9 (or 0x950AA9) is unknown color: approx Dark Magenta. HEX triplet: 95, 0A and A9. RGB value is (149,10,169). Sum of RGB (Red+Green+Blue) = 149+10+169=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #950AA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950AA9 is #6AF556. Grayscale: #454545. Windows color (decimal): -7009623 or 11078293. OLE color: 11078293.

HSL color Cylindrical-coordinate representation of color #950AA9: hue angle of 292.45º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950AA9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14910169-
CMYK0.120.9400.34
HSL292.45º88.83%35.1%-
HSV(B)292.45º94.08%66.27%-
XYZ19.669.4738.33-
YUV69.69184.05184.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 10 (4.30% from 255) = 3.05%
BLUE value IS 169 (66.41% from 255) = 51.52%
R=45.43%
G=3.05%
B=51.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal149101690.120.9400.34292.4588.8335.1
Hex95AA9C5E0221245923
Octal225122511413604244413143
Binary100101011010101010011100101111001000101001001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950AA9; }

 p { color: rgb(149,10,169); }

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

<style>
 a { background-color: #950AA9; }

 a { background-color: rgb(149,10,169); }

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

<style>
 span { border-color: #950AA9; }

 span { border-color: rgb(149,10,169); }

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