#950080

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

Shades of Dark Magenta #950080

Tints of Dark Magenta #950080

Color information

#950080 (or 0x950080) is unknown color: approx Dark Magenta. HEX triplet: 95, 00 and 80. RGB value is (149,0,128). Sum of RGB (Red+Green+Blue) = 149+0+128=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #950080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950080 is #6AFF7F. Grayscale: #3A3A3A. Windows color (decimal): -7012224 or 8388757. OLE color: 8388757.

HSL color Cylindrical-coordinate representation of color #950080: hue angle of 308.46º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950080 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB1490128-
CMYK010.140.42
HSL308.46º100%29.22%-
HSV(B)308.46º100%58.43%-
XYZ16.297.9521.1-
YUV59.14166.86192.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=53.79%
G=0%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1490128010.140.42308.4610029.22
Hex95080064E2A134641d
Octal22502000144165246414435
Binary10010101010000000011001001110101010100110100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950080; }

 p { color: rgb(149,0,128); }

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

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

 a { background-color: rgb(149,0,128); }

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

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

 span { border-color: rgb(149,0,128); }

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