#950C80

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

Shades of Dark Magenta #950C80

Tints of Dark Magenta #950C80

Color information

#950C80 (or 0x950C80) is unknown color: approx Dark Magenta. HEX triplet: 95, 0C and 80. RGB value is (149,12,128). Sum of RGB (Red+Green+Blue) = 149+12+128=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #950C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950C80 is #6AF37F. Grayscale: #414141. Windows color (decimal): -7009152 or 8391829. OLE color: 8391829.

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

Color convert

RGB14912128-
CMYK00.920.140.42
HSL309.2º85.09%31.57%-
HSV(B)309.2º91.95%58.43%-
XYZ16.428.2121.14-
YUV66.19162.89187.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=51.56%
G=4.15%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491212800.920.140.42309.285.0931.57
Hex95C8005CE2A1355520
Octal225142000134165246512540
Binary100101011100100000000101110011101010101001101011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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