#950497

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

Shades of Dark Magenta #950497

Tints of Dark Magenta #950497

Color information

#950497 (or 0x950497) is unknown color: approx Dark Magenta. HEX triplet: 95, 04 and 97. RGB value is (149,4,151). Sum of RGB (Red+Green+Blue) = 149+4+151=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #950497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950497 is #6AFB68. Grayscale: #3F3F3F. Windows color (decimal): -7011177 or 9897109. OLE color: 9897109.

HSL color Cylindrical-coordinate representation of color #950497: hue angle of 299.18º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950497 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1494151-
CMYK0.010.9700.41
HSL299.18º94.84%30.39%-
HSV(B)299.18º97.35%59.22%-
XYZ18.028.7130.01-
YUV64.11177.04188.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 151 (59.38% from 255) = 49.67%
R=49.01%
G=1.32%
B=49.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14941510.010.9700.41299.1894.8430.39
Hex9549716102912b5f1e
Octal2254227114105145313736
Binary1001010110010010111111000010101001100101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950497; }

 p { color: rgb(149,4,151); }

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

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

 a { background-color: rgb(149,4,151); }

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

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

 span { border-color: rgb(149,4,151); }

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