#950A7F

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

Shades of Dark Magenta #950A7F

Tints of Dark Magenta #950A7F

Color information

#950A7F (or 0x950A7F) is unknown color: approx Dark Magenta. HEX triplet: 95, 0A and 7F. RGB value is (149,10,127). Sum of RGB (Red+Green+Blue) = 149+10+127=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #950A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A7F is #6AF580. Grayscale: #404040. Windows color (decimal): -7009665 or 8325781. OLE color: 8325781.

HSL color Cylindrical-coordinate representation of color #950A7F: hue angle of 309.5º 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 #950A7F is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14910127-
CMYK00.930.150.42
HSL309.5º87.42%31.18%-
HSV(B)309.5º93.29%58.43%-
XYZ16.338.1420.79-
YUV64.9163.05187.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 10 (4.30% from 255) = 3.50%
BLUE value IS 127 (50% from 255) = 44.41%
R=52.10%
G=3.50%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491012700.930.150.42309.587.4231.18
Hex95A7F05DF2A135571f
Octal225121770135175246512737
Binary1001010110101111111010111011111101010100110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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