#99129B

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

Shades of Dark Magenta #99129B

Tints of Dark Magenta #99129B

Color information

#99129B (or 0x99129B) is unknown color: approx Dark Magenta. HEX triplet: 99, 12 and 9B. RGB value is (153,18,155). Sum of RGB (Red+Green+Blue) = 153+18+155=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #99129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99129B is #66ED64. Grayscale: #494949. Windows color (decimal): -6745445 or 10162841. OLE color: 10162841.

HSL color Cylindrical-coordinate representation of color #99129B: hue angle of 299.12º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99129B is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15318155-
CMYK0.010.8800.39
HSL299.12º79.19%33.92%-
HSV(B)299.12º88.39%60.78%-
XYZ19.279.5731.84-
YUV73.98173.73184.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 18 (7.42% from 255) = 5.52%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=46.93%
G=5.52%
B=47.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153181550.010.8800.39299.1279.1933.92
Hex99129B15802712b4f22
Octal23122233113004745311742
Binary1001100110010100110111101100001001111001010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99129B; }

 p { color: rgb(153,18,155); }

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

<style>
 a { background-color: #99129B; }

 a { background-color: rgb(153,18,155); }

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

<style>
 span { border-color: #99129B; }

 span { border-color: rgb(153,18,155); }

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