#9A189B

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

Shades of Dark Magenta #9A189B

Tints of Dark Magenta #9A189B

Color information

#9A189B (or 0x9A189B) is unknown color: approx Dark Magenta. HEX triplet: 9A, 18 and 9B. RGB value is (154,24,155). Sum of RGB (Red+Green+Blue) = 154+24+155=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A189B is #65E764. Grayscale: #4D4D4D. Windows color (decimal): -6678373 or 10164378. OLE color: 10164378.

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

Color convert

RGB15424155-
CMYK0.010.8500.39
HSL299.54º73.18%35.1%-
HSV(B)299.54º84.52%60.78%-
XYZ19.579.8931.89-
YUV77.8171.57182.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.25%
GREEN value IS 24 (9.77% from 255) = 7.21%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=46.25%
G=7.21%
B=46.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal154241550.010.8500.39299.5473.1835.1
Hex9A189B15502712c4923
Octal23230233112504745411143
Binary1001101011000100110111101010101001111001011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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