#950589

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

Shades of Dark Magenta #950589

Tints of Dark Magenta #950589

Color information

#950589 (or 0x950589) is unknown color: approx Dark Magenta. HEX triplet: 95, 05 and 89. RGB value is (149,5,137). Sum of RGB (Red+Green+Blue) = 149+5+137=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #950589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950589 is #6AFA76. Grayscale: #3E3E3E. Windows color (decimal): -7010935 or 8979861. OLE color: 8979861.

HSL color Cylindrical-coordinate representation of color #950589: hue angle of 305º 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 #950589 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB1495137-
CMYK00.970.080.42
HSL305º93.51%30.2%-
HSV(B)305º96.64%58.43%-
XYZ16.968.324.38-
YUV63.1169.71189.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 5 (2.34% from 255) = 1.72%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=51.20%
G=1.72%
B=47.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149513700.970.080.4230593.5130.2
Hex9558906182A1315e1e
Octal22552110141105246113636
Binary1001010110110001001011000011000101010100110001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950589; }

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

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

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

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

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

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

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

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