#9A128A

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

Shades of Dark Magenta #9A128A

Tints of Dark Magenta #9A128A

Color information

#9A128A (or 0x9A128A) is unknown color: approx Dark Magenta. HEX triplet: 9A, 12 and 8A. RGB value is (154,18,138). Sum of RGB (Red+Green+Blue) = 154+18+138=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A128A is #65ED75. Grayscale: #484848. Windows color (decimal): -6679926 or 9048730. OLE color: 9048730.

HSL color Cylindrical-coordinate representation of color #9A128A: hue angle of 307.06º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A128A is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB15418138-
CMYK00.880.100.40
HSL307.06º79.07%33.73%-
HSV(B)307.06º88.31%60.39%-
XYZ18.139.1424.85-
YUV72.34165.06186.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.68%
GREEN value IS 18 (7.42% from 255) = 5.81%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=49.68%
G=5.81%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541813800.880.100.40307.0679.0733.73
Hex9A128A058A281334f22
Octal232222120130125046311742
Binary1001101010010100010100101100010101010001001100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,18,138); }

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

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

 a { background-color: rgb(154,18,138); }

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

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

 span { border-color: rgb(154,18,138); }

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