Html Css Color HEX #9C219A Dark Magenta

📋 copy color: '#9C219A'

red 156 ◦ green 33 ◦ blue 154

#9C219A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9C219A

Tints of Dark Magenta #9C219A

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.9%

R = 45.48%
G = 9.62%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C219A (or 0x9C219A) is known color: 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

RGB 156 33 154 -
CMYK 0 0.79 0.01 0.39
HSL 300.98º 0.65% 0.37% -
HSV(B) 300.98º 0.79% 0.61% -
XYZ 20.09 10.49 31.54 -
YUV 83.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 156 33 154 0 0.79 0.01 0.39 300.98 0.65 0.37
Hex 9C 21 9A 0 4F 1 27 12D 41 25
Octal 234 41 232 0 117 1 47 455 101 45
Binary 10011100 100001 10011010 0 1001111 1 100111 100101101 1000001 100101

Color Harmonies of #9C219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C219A

Black with #9C219A

Text Example


Text Example

White with #9C219A

Text Example


Text Example

HTML Codes & Css Web 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>