#9b209c

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

Shades of Dark Magenta #9B209C

Tints of Dark Magenta #9B209C

Color information

#9B209C (or 0x9B209C) is unknown color: approx Dark Magenta. HEX triplet: 9B, 20 and 9C. RGB value is (155,32,156). Sum of RGB (Red+Green+Blue) = 155+32+156=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B209C is #64DF63. Grayscale: #525252. Windows color (decimal): -6610788 or 10231963. OLE color: 10231963.

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

Color convert

RGB15532156-
CMYK0.010.7900.39
HSL299.52º65.96%36.86%-
HSV(B)299.52º79.49%61.18%-
XYZ20.0310.432.4-
YUV82.91169.25179.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.19%
GREEN value IS 32 (12.89% from 255) = 9.33%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=45.19%
G=9.33%
B=45.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155321560.010.7900.39299.5265.9636.86
Hex9B209C14F02712c4225
Octal23340234111704745410245
Binary10011011100000100111001100111101001111001011001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b209c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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