#90149A

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

Shades of Dark Magenta #90149A

Tints of Dark Magenta #90149A

Color information

#90149A (or 0x90149A) is unknown color: approx Dark Magenta. HEX triplet: 90, 14 and 9A. RGB value is (144,20,154). Sum of RGB (Red+Green+Blue) = 144+20+154=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #90149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90149A is #6FEB65. Grayscale: #474747. Windows color (decimal): -7334758 or 10097808. OLE color: 10097808.

HSL color Cylindrical-coordinate representation of color #90149A: hue angle of 295.52º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90149A is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14420154-
CMYK0.060.8700.40
HSL295.52º77.01%34.12%-
HSV(B)295.52º87.01%60.39%-
XYZ17.588.7631.34-
YUV72.35174.08179.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 20 (8.20% from 255) = 6.29%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=45.28%
G=6.29%
B=48.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144201540.060.8700.40295.5277.0134.12
Hex90149A6570281284d22
Octal22024232612705045011542
Binary100100001010010011010110101011101010001001010001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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