#950A7C

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

Shades of Dark Magenta #950A7C

Tints of Dark Magenta #950A7C

Color information

#950A7C (or 0x950A7C) is unknown color: approx Dark Magenta. HEX triplet: 95, 0A and 7C. RGB value is (149,10,124). Sum of RGB (Red+Green+Blue) = 149+10+124=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #950A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A7C is #6AF583. Grayscale: #404040. Windows color (decimal): -7009668 or 8129173. OLE color: 8129173.

HSL color Cylindrical-coordinate representation of color #950A7C: hue angle of 310.79º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A7C is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14910124-
CMYK00.930.170.42
HSL310.79º87.42%31.18%-
HSV(B)310.79º93.29%58.43%-
XYZ16.148.0619.77-
YUV64.56161.55188.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=52.65%
G=3.53%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491012400.930.170.42310.7987.4231.18
Hex95A7C05D112A137571f
Octal225121740135215246712737
Binary10010101101011111000101110110001101010100110111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,10,124); }

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

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

 a { background-color: rgb(149,10,124); }

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

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

 span { border-color: rgb(149,10,124); }

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