#90149F

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

Shades of Dark Magenta #90149F

Tints of Dark Magenta #90149F

Color information

#90149F (or 0x90149F) is unknown color: approx Dark Magenta. HEX triplet: 90, 14 and 9F. RGB value is (144,20,159). Sum of RGB (Red+Green+Blue) = 144+20+159=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #90149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90149F is #6FEB60. Grayscale: #484848. Windows color (decimal): -7334753 or 10425488. OLE color: 10425488.

HSL color Cylindrical-coordinate representation of color #90149F: hue angle of 293.53º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90149F is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14420159-
CMYK0.090.8700.38
HSL293.53º77.65%35.1%-
HSV(B)293.53º87.42%62.35%-
XYZ18.018.9333.58-
YUV72.92176.58178.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 20 (8.20% from 255) = 6.19%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=44.58%
G=6.19%
B=49.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144201590.090.8700.38293.5377.6535.1
Hex90149F9570261264e23
Octal220242371112704644611643
Binary1001000010100100111111001101011101001101001001101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90149F; }

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

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

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

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

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

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

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

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