#950988

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

Shades of Dark Magenta #950988

Tints of Dark Magenta #950988

Color information

#950988 (or 0x950988) is unknown color: approx Dark Magenta. HEX triplet: 95, 09 and 88. RGB value is (149,9,136). Sum of RGB (Red+Green+Blue) = 149+9+136=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #950988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950988 is #6AF677. Grayscale: #404040. Windows color (decimal): -7009912 or 8915349. OLE color: 8915349.

HSL color Cylindrical-coordinate representation of color #950988: hue angle of 305.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950988 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB1499136-
CMYK00.940.090.42
HSL305.57º88.61%30.98%-
HSV(B)305.57º93.96%58.43%-
XYZ16.948.3624.01-
YUV65.34167.88187.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 9 (3.91% from 255) = 3.06%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=50.68%
G=3.06%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149913600.940.090.42305.5788.6130.98
Hex9598805E92A132591f
Octal225112100136115246213137
Binary10010101100110001000010111101001101010100110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950988; }

 p { color: rgb(149,9,136); }

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

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

 a { background-color: rgb(149,9,136); }

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

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

 span { border-color: rgb(149,9,136); }

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