#9A1490

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

Shades of Dark Magenta #9A1490

Tints of Dark Magenta #9A1490

Color information

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

HSL color Cylindrical-coordinate representation of color #9A1490: hue angle of 304.48º 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 #9A1490 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15420144-
CMYK00.870.060.40
HSL304.48º77.01%34.12%-
HSV(B)304.48º87.01%60.39%-
XYZ18.619.3827.22-
YUV74.2167.39184.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542014400.870.060.40304.4877.0134.12
Hex9A14900576281304d22
Octal23224220012765046011542
Binary100110101010010010000010101111101010001001100001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A1490; }

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

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

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

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

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

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

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

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