#9C219B

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

Shades of Dark Magenta #9C219B

Tints of Dark Magenta #9C219B

Color information

#9C219B (or 0x9C219B) is unknown color: approx Dark Magenta. HEX triplet: 9C, 21 and 9B. RGB value is (156,33,155). Sum of RGB (Red+Green+Blue) = 156+33+155=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C219B is #63DE64. Grayscale: #535353. Windows color (decimal): -6544997 or 10166684. OLE color: 10166684.

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

Color convert

RGB15633155-
CMYK00.790.010.39
HSL300.49º65.08%37.06%-
HSV(B)300.49º78.85%61.18%-
XYZ20.1710.5231.98-
YUV83.68168.25179.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.35%
GREEN value IS 33 (13.28% from 255) = 9.59%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=45.35%
G=9.59%
B=45.06%

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
Decimal1563315500.790.010.39300.4965.0837.06
Hex9C219B04F12712c4125
Octal23441233011714745410145
Binary10011100100001100110110100111111001111001011001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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