#950590

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

Shades of Dark Magenta #950590

Tints of Dark Magenta #950590

Color information

#950590 (or 0x950590) is unknown color: approx Dark Magenta. HEX triplet: 95, 05 and 90. RGB value is (149,5,144). Sum of RGB (Red+Green+Blue) = 149+5+144=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #950590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950590 is #6AFA6F. Grayscale: #3F3F3F. Windows color (decimal): -7010928 or 9438613. OLE color: 9438613.

HSL color Cylindrical-coordinate representation of color #950590: hue angle of 302.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950590 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB1495144-
CMYK00.970.030.42
HSL302.08º93.51%30.2%-
HSV(B)302.08º96.64%58.43%-
XYZ17.488.5127.11-
YUV63.9173.21188.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=50%
G=1.68%
B=48.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149514400.970.030.42302.0893.5130.2
Hex9559006132A12e5e1e
Octal2255220014135245613636
Binary10010101101100100000110000111101010100101110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950590; }

 p { color: rgb(149,5,144); }

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

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

 a { background-color: rgb(149,5,144); }

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

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

 span { border-color: rgb(149,5,144); }

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