Html Css Color HEX #9C219B Dark Magenta

📋 copy color: '#9C219B'

red 156 ◦ green 33 ◦ blue 155

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

Shades of Dark Magenta #9C219B

Tints of Dark Magenta #9C219B

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 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

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

RGB 156 33 155 -
CMYK 0 0.79 0.01 0.39
HSL 300.49º 0.65% 0.37% -
HSV(B) 300.49º 0.79% 0.61% -
XYZ 20.17 10.52 31.98 -
YUV 83.69 168.25 179.58 -
System Red Green Blue C M Y K H S L
Decimal 156 33 155 0 0.79 0.01 0.39 300.49 0.65 0.37
Hex 9C 21 9B 0 4F 1 27 12C 41 25
Octal 234 41 233 0 117 1 47 454 101 45
Binary 10011100 100001 10011011 0 1001111 1 100111 100101100 1000001 100101

Color Harmonies of #9C219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C219B

Black with #9C219B

Text Example


Text Example

White with #9C219B

Text Example


Text Example

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