#950290

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

Shades of Dark Magenta #950290

Tints of Dark Magenta #950290

Color information

#950290 (or 0x950290) is unknown color: approx Dark Magenta. HEX triplet: 95, 02 and 90. RGB value is (149,2,144). Sum of RGB (Red+Green+Blue) = 149+2+144=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #950290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950290 is #6AFD6F. Grayscale: #3D3D3D. Windows color (decimal): -7011696 or 9437845. OLE color: 9437845.

HSL color Cylindrical-coordinate representation of color #950290: hue angle of 302.04º 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 #950290 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB1492144-
CMYK00.990.030.42
HSL302.04º97.35%29.61%-
HSV(B)302.04º98.66%58.43%-
XYZ17.458.4527.1-
YUV62.14174.2189.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=50.51%
G=0.68%
B=48.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149214400.990.030.42302.0497.3529.61
Hex9529006332A12e611e
Octal2252220014335245614136
Binary1001010110100100000110001111101010100101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950290; }

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

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

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

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

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

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

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

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