#9A1899

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

Shades of Dark Magenta #9A1899

Tints of Dark Magenta #9A1899

Color information

#9A1899 (or 0x9A1899) is unknown color: approx Dark Magenta. HEX triplet: 9A, 18 and 99. RGB value is (154,24,153). Sum of RGB (Red+Green+Blue) = 154+24+153=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1899 is #65E766. Grayscale: #4D4D4D. Windows color (decimal): -6678375 or 10033306. OLE color: 10033306.

HSL color Cylindrical-coordinate representation of color #9A1899: hue angle of 300.46º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1899 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15424153-
CMYK00.840.010.40
HSL300.46º73.03%34.9%-
HSV(B)300.46º84.42%60.39%-
XYZ19.49.8231.01-
YUV77.58170.57182.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 24 (9.77% from 255) = 7.25%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=46.53%
G=7.25%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542415300.840.010.40300.4673.0334.9
Hex9A189905412812c4923
Octal23230231012415045411143
Binary1001101011000100110010101010011010001001011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,24,153); }

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

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

 a { background-color: rgb(154,24,153); }

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

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

 span { border-color: rgb(154,24,153); }

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