#950196

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

Shades of Dark Magenta #950196

Tints of Dark Magenta #950196

Color information

#950196 (or 0x950196) is unknown color: approx Dark Magenta. HEX triplet: 95, 01 and 96. RGB value is (149,1,150). Sum of RGB (Red+Green+Blue) = 149+1+150=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #950196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950196 is #6AFE69. Grayscale: #3D3D3D. Windows color (decimal): -7011946 or 9830805. OLE color: 9830805.

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

Color convert

RGB1491150-
CMYK0.010.9900.41
HSL299.6º98.68%29.61%-
HSV(B)299.6º99.33%58.82%-
XYZ17.918.6129.57-
YUV62.24177.53189.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 150 (58.98% from 255) = 50%
R=49.67%
G=0.33%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14911500.010.9900.41299.698.6829.61
Hex9519616302912c631e
Octal2251226114305145414336
Binary10010101110010110111000110101001100101100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950196; }

 p { color: rgb(149,1,150); }

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

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

 a { background-color: rgb(149,1,150); }

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

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

 span { border-color: rgb(149,1,150); }

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