#950CA9

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

Shades of Dark Magenta #950CA9

Tints of Dark Magenta #950CA9

Color information

#950CA9 (or 0x950CA9) is unknown color: approx Dark Magenta. HEX triplet: 95, 0C and A9. RGB value is (149,12,169). Sum of RGB (Red+Green+Blue) = 149+12+169=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #950CA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950CA9 is #6AF356. Grayscale: #464646. Windows color (decimal): -7009111 or 11078805. OLE color: 11078805.

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

Color convert

RGB14912169-
CMYK0.120.9300.34
HSL292.36º86.74%35.49%-
HSV(B)292.36º92.9%66.27%-
XYZ19.699.5238.34-
YUV70.86183.39183.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 12 (5.08% from 255) = 3.64%
BLUE value IS 169 (66.41% from 255) = 51.21%
R=45.15%
G=3.64%
B=51.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal149121690.120.9300.34292.3686.7435.49
Hex95CA9C5D0221245723
Octal225142511413504244412743
Binary100101011100101010011100101110101000101001001001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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