Html Css Color HEX #9C209B Dark Magenta

📋 copy color: '#9C209B'

red 156 ◦ green 32 ◦ blue 155

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

Shades of Dark Magenta #9C209B

Tints of Dark Magenta #9C209B

RGB

 RED value IS 156 (61.33% from 255) = 45.48%

 GREEN value IS 32 (12.89% from 255) = 9.33%

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 45.48%
G = 9.33%
B = 45.19%

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

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

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

Color convert

RGB 156 32 155 -
CMYK 0 0.79 0.01 0.39
HSL 300.48º 0.66% 0.37% -
HSV(B) 300.48º 0.79% 0.61% -
XYZ 20.14 10.47 31.97 -
YUV 83.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 156 32 155 0 0.79 0.01 0.39 300.48 0.66 0.37
Hex 9C 20 9B 0 4F 1 27 12C 42 25
Octal 234 40 233 0 117 1 47 454 102 45
Binary 10011100 100000 10011011 0 1001111 1 100111 100101100 1000010 100101

Color Harmonies of #9C209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C209B

Black with #9C209B

Text Example


Text Example

White with #9C209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C209B;
 }
 .AnyTagClassName
 {
   color: #9C209B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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