#99189A

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

Shades of Dark Magenta #99189A

Tints of Dark Magenta #99189A

Color information

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

HSL color Cylindrical-coordinate representation of color #99189A: hue angle of 299.54º 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 #99189A is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15324154-
CMYK0.010.8400.40
HSL299.54º73.03%34.9%-
HSV(B)299.54º84.42%60.39%-
XYZ19.39.7631.44-
YUV77.39171.24181.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal153241540.010.8400.40299.5473.0334.9
Hex99189A15402812c4923
Octal23130232112405045411143
Binary1001100111000100110101101010001010001001011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99189A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99189A; }

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

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

<style>
 a { background-color: #99189A; }

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

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

<style>
 span { border-color: #99189A; }

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

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