#950A85

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

Shades of Dark Magenta #950A85

Tints of Dark Magenta #950A85

Color information

#950A85 (or 0x950A85) is unknown color: approx Dark Magenta. HEX triplet: 95, 0A and 85. RGB value is (149,10,133). Sum of RGB (Red+Green+Blue) = 149+10+133=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #950A85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950A85 is #6AF57A. Grayscale: #414141. Windows color (decimal): -7009659 or 8718997. OLE color: 8718997.

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

Color convert

RGB14910133-
CMYK00.930.110.42
HSL306.91º87.42%31.18%-
HSV(B)306.91º93.29%58.43%-
XYZ16.748.322.91-
YUV65.58166.05187.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 10 (4.30% from 255) = 3.42%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=51.03%
G=3.42%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491013300.930.110.42306.9187.4231.18
Hex95A8505DB2A133571f
Octal225122050135135246312737
Binary10010101101010000101010111011011101010100110011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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