#9B209A

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

Shades of Dark Magenta #9B209A

Tints of Dark Magenta #9B209A

Color information

#9B209A (or 0x9B209A) is unknown color: approx Dark Magenta. HEX triplet: 9B, 20 and 9A. RGB value is (155,32,154). Sum of RGB (Red+Green+Blue) = 155+32+154=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B209A is #64DF65. Grayscale: #525252. Windows color (decimal): -6610790 or 10100891. OLE color: 10100891.

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

Color convert

RGB15532154-
CMYK00.790.010.39
HSL300.49º65.78%36.67%-
HSV(B)300.49º79.35%60.78%-
XYZ19.8710.3331.52-
YUV82.68168.25179.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 32 (12.89% from 255) = 9.38%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=45.45%
G=9.38%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553215400.790.010.39300.4965.7836.67
Hex9B209A04F12712c4225
Octal23340232011714745410245
Binary10011011100000100110100100111111001111001011001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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