#90148A

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

Shades of Dark Magenta #90148A

Tints of Dark Magenta #90148A

Color information

#90148A (or 0x90148A) is unknown color: approx Dark Magenta. HEX triplet: 90, 14 and 8A. RGB value is (144,20,138). Sum of RGB (Red+Green+Blue) = 144+20+138=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #90148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90148A is #6FEB75. Grayscale: #464646. Windows color (decimal): -7334774 or 9049232. OLE color: 9049232.

HSL color Cylindrical-coordinate representation of color #90148A: hue angle of 302.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90148A is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14420138-
CMYK00.860.040.44
HSL302.9º75.61%32.16%-
HSV(B)302.9º86.11%56.47%-
XYZ16.348.2624.78-
YUV70.53166.08180.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.68%
GREEN value IS 20 (8.20% from 255) = 6.62%
BLUE value IS 138 (54.30% from 255) = 45.70%
R=47.68%
G=6.62%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442013800.860.040.44302.975.6132.16
Hex90148A05642C12f4c20
Octal22024212012645445711440
Binary100100001010010001010010101101001011001001011111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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