#9B129A

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

Shades of Dark Magenta #9B129A

Tints of Dark Magenta #9B129A

Color information

#9B129A (or 0x9B129A) is unknown color: approx Dark Magenta. HEX triplet: 9B, 12 and 9A. RGB value is (155,18,154). Sum of RGB (Red+Green+Blue) = 155+18+154=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B129A is #64ED65. Grayscale: #4A4A4A. Windows color (decimal): -6614374 or 10097307. OLE color: 10097307.

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

Color convert

RGB15518154-
CMYK00.880.010.39
HSL300.44º79.19%33.92%-
HSV(B)300.44º88.39%60.78%-
XYZ19.579.7331.42-
YUV74.47172.89185.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 18 (7.42% from 255) = 5.50%
BLUE value IS 154 (60.55% from 255) = 47.09%
R=47.40%
G=5.50%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551815400.880.010.39300.4479.1933.92
Hex9B129A05812712c4f22
Octal23322232013014745411742
Binary1001101110010100110100101100011001111001011001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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