#9A189C

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

Shades of Dark Magenta #9A189C

Tints of Dark Magenta #9A189C

Color information

#9A189C (or 0x9A189C) is unknown color: approx Dark Magenta. HEX triplet: 9A, 18 and 9C. RGB value is (154,24,156). Sum of RGB (Red+Green+Blue) = 154+24+156=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A189C is #65E763. Grayscale: #4D4D4D. Windows color (decimal): -6678372 or 10229914. OLE color: 10229914.

HSL color Cylindrical-coordinate representation of color #9A189C: hue angle of 299.09º 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 #9A189C is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15424156-
CMYK0.010.8500.39
HSL299.09º73.33%35.29%-
HSV(B)299.09º84.62%61.18%-
XYZ19.659.9232.33-
YUV77.92172.07182.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.11%
GREEN value IS 24 (9.77% from 255) = 7.19%
BLUE value IS 156 (61.33% from 255) = 46.71%
R=46.11%
G=7.19%
B=46.71%

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
Decimal154241560.010.8500.39299.0973.3335.29
Hex9A189C15502712b4923
Octal23230234112504745311143
Binary1001101011000100111001101010101001111001010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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