#950A81

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

Shades of Dark Magenta #950A81

Tints of Dark Magenta #950A81

Color information

#950A81 (or 0x950A81) is unknown color: approx Dark Magenta. HEX triplet: 95, 0A and 81. RGB value is (149,10,129). Sum of RGB (Red+Green+Blue) = 149+10+129=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #950A81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950A81 is #6AF57E. Grayscale: #404040. Windows color (decimal): -7009663 or 8456853. OLE color: 8456853.

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

Color convert

RGB14910129-
CMYK00.930.130.42
HSL308.63º87.42%31.18%-
HSV(B)308.63º93.29%58.43%-
XYZ16.478.1921.48-
YUV65.13164.05187.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 10 (4.30% from 255) = 3.47%
BLUE value IS 129 (50.78% from 255) = 44.79%
R=51.74%
G=3.47%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491012900.930.130.42308.6387.4231.18
Hex95A8105DD2A135571f
Octal225122010135155246512737
Binary10010101101010000001010111011101101010100110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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