#9A0988

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

Shades of Dark Magenta #9A0988

Tints of Dark Magenta #9A0988

Color information

#9A0988 (or 0x9A0988) is unknown color: approx Dark Magenta. HEX triplet: 9A, 09 and 88. RGB value is (154,9,136). Sum of RGB (Red+Green+Blue) = 154+9+136=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0988 is #65F677. Grayscale: #424242. Windows color (decimal): -6682232 or 8915354. OLE color: 8915354.

HSL color Cylindrical-coordinate representation of color #9A0988: hue angle of 307.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0988 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB1549136-
CMYK00.940.120.40
HSL307.45º88.96%31.96%-
HSV(B)307.45º94.16%60.39%-
XYZ17.878.8424.06-
YUV66.83167.04190.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.51%
GREEN value IS 9 (3.91% from 255) = 3.01%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=51.51%
G=3.01%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154913600.940.120.40307.4588.9631.96
Hex9A98805EC281335920
Octal232112100136145046313140
Binary100110101001100010000101111011001010001001100111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,9,136); }

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

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

 a { background-color: rgb(154,9,136); }

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

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

 span { border-color: rgb(154,9,136); }

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