#99099C

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

Shades of Dark Magenta #99099C

Tints of Dark Magenta #99099C

Color information

#99099C (or 0x99099C) is unknown color: approx Dark Magenta. HEX triplet: 99, 09 and 9C. RGB value is (153,9,156). Sum of RGB (Red+Green+Blue) = 153+9+156=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #99099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99099C is #66F663. Grayscale: #444444. Windows color (decimal): -6747748 or 10226073. OLE color: 10226073.

HSL color Cylindrical-coordinate representation of color #99099C: hue angle of 298.78º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99099C is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1539156-
CMYK0.020.9400.39
HSL298.78º89.09%32.35%-
HSV(B)298.78º94.23%61.18%-
XYZ19.249.3732.25-
YUV68.81177.21188.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 9 (3.91% from 255) = 2.83%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=48.11%
G=2.83%
B=49.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15391560.020.9400.39298.7889.0932.35
Hex9999C25E02712b5920
Octal23111234213604745313140
Binary1001100110011001110010101111001001111001010111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99099C; }

 p { color: rgb(153,9,156); }

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

<style>
 a { background-color: #99099C; }

 a { background-color: rgb(153,9,156); }

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

<style>
 span { border-color: #99099C; }

 span { border-color: rgb(153,9,156); }

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