#951490

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

Shades of Dark Magenta #951490

Tints of Dark Magenta #951490

Color information

#951490 (or 0x951490) is unknown color: approx Dark Magenta. HEX triplet: 95, 14 and 90. RGB value is (149,20,144). Sum of RGB (Red+Green+Blue) = 149+20+144=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #951490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951490 is #6AEB6F. Grayscale: #484848. Windows color (decimal): -7007088 or 9442453. OLE color: 9442453.

HSL color Cylindrical-coordinate representation of color #951490: hue angle of 302.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951490 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14920144-
CMYK00.870.030.42
HSL302.33º76.33%33.14%-
HSV(B)302.33º86.58%58.43%-
XYZ17.688.927.17-
YUV72.71168.24182.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=47.60%
G=6.39%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492014400.870.030.42302.3376.3333.14
Hex95149005732A12e4c21
Octal22524220012735245611441
Binary10010101101001001000001010111111010101001011101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951490; }

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

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

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

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

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

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

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

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