#950494

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

Shades of Dark Magenta #950494

Tints of Dark Magenta #950494

Color information

#950494 (or 0x950494) is unknown color: approx Dark Magenta. HEX triplet: 95, 04 and 94. RGB value is (149,4,148). Sum of RGB (Red+Green+Blue) = 149+4+148=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #950494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950494 is #6AFB6B. Grayscale: #3F3F3F. Windows color (decimal): -7011180 or 9700501. OLE color: 9700501.

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

Color convert

RGB1494148-
CMYK00.970.010.42
HSL300.41º94.77%30%-
HSV(B)300.41º97.32%58.43%-
XYZ17.788.6128.74-
YUV63.77175.54188.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 4 (1.95% from 255) = 1.33%
BLUE value IS 148 (58.20% from 255) = 49.17%
R=49.50%
G=1.33%
B=49.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149414800.970.010.42300.4194.7730
Hex9549406112A12c5f1e
Octal2254224014115245413736
Binary1001010110010010100011000011101010100101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950494; }

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

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

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

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

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

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

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

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