#9C219A

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

Shades of Dark Magenta #9C219A

Tints of Dark Magenta #9C219A

Color information

#9C219A (or 0x9C219A) is unknown color: approx Dark Magenta. HEX triplet: 9C, 21 and 9A. RGB value is (156,33,154). Sum of RGB (Red+Green+Blue) = 156+33+154=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C219A is #63DE65. Grayscale: #535353. Windows color (decimal): -6544998 or 10101148. OLE color: 10101148.

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

Color convert

RGB15633154-
CMYK00.790.010.39
HSL300.98º65.08%37.06%-
HSV(B)300.98º78.85%61.18%-
XYZ20.0910.4931.54-
YUV83.57167.75179.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 33 (13.28% from 255) = 9.62%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=45.48%
G=9.62%
B=44.90%

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
Decimal1563315400.790.010.39300.9865.0837.06
Hex9C219A04F12712d4125
Octal23441232011714745510145
Binary10011100100001100110100100111111001111001011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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