#950292

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

Shades of Dark Magenta #950292

Tints of Dark Magenta #950292

Color information

#950292 (or 0x950292) is unknown color: approx Dark Magenta. HEX triplet: 95, 02 and 92. RGB value is (149,2,146). Sum of RGB (Red+Green+Blue) = 149+2+146=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #950292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950292 is #6AFD6D. Grayscale: #3D3D3D. Windows color (decimal): -7011694 or 9568917. OLE color: 9568917.

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

Color convert

RGB1492146-
CMYK00.990.020.42
HSL301.22º97.35%29.61%-
HSV(B)301.22º98.66%58.43%-
XYZ17.68.5127.91-
YUV62.37175.2189.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=50.17%
G=0.67%
B=49.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149214600.990.020.42301.2297.3529.61
Hex9529206322A12d611e
Octal2252222014325245514136
Binary1001010110100100100110001110101010100101101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950292; }

 p { color: rgb(149,2,146); }

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

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

 a { background-color: rgb(149,2,146); }

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

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

 span { border-color: rgb(149,2,146); }

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