#910490

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

Shades of Dark Magenta #910490

Tints of Dark Magenta #910490

Color information

#910490 (or 0x910490) is unknown color: approx Dark Magenta. HEX triplet: 91, 04 and 90. RGB value is (145,4,144). Sum of RGB (Red+Green+Blue) = 145+4+144=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #910490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910490 is #6EFB6F. Grayscale: #3D3D3D. Windows color (decimal): -7273328 or 9438353. OLE color: 9438353.

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

Color convert

RGB1454144-
CMYK00.970.010.43
HSL300.43º94.63%29.22%-
HSV(B)300.43º97.24%56.86%-
XYZ16.758.1227.07-
YUV62.12174.21187.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.49%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=49.49%
G=1.37%
B=49.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145414400.970.010.43300.4394.6329.22
Hex9149006112B12c5f1d
Octal2214220014115345413735
Binary1001000110010010000011000011101011100101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910490; }

 p { color: rgb(145,4,144); }

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

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

 a { background-color: rgb(145,4,144); }

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

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

 span { border-color: rgb(145,4,144); }

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