Html Css Color HEX #9C1D97 Dark Magenta

📋 copy color: '#9C1D97'

red 156 ◦ green 29 ◦ blue 151

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

Shades of Dark Magenta #9C1D97

Tints of Dark Magenta #9C1D97

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.63%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 46.43%
G = 8.63%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C1D97 (or 0x9C1D97) is known color: Dark Magenta. HEX triplet: 9C, 1D and 97. RGB value is (156,29,151). Sum of RGB (Red+Green+Blue) = 156+29+151=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1D97 is #63E268. Grayscale: #505050. Windows color (decimal): -6546025 or 9903516. OLE color: 9903516.

HSL color Cylindrical-coordinate representation of color #9C1D97: hue angle of 302.36º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1D97 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 29 151 -
CMYK 0 0.81 0.03 0.39
HSL 302.36º 0.69% 0.36% -
HSV(B) 302.36º 0.81% 0.61% -
XYZ 19.74 10.18 30.2 -
YUV 80.88 167.58 181.58 -
System Red Green Blue C M Y K H S L
Decimal 156 29 151 0 0.81 0.03 0.39 302.36 0.69 0.36
Hex 9C 1D 97 0 51 3 27 12E 45 24
Octal 234 35 227 0 121 3 47 456 105 44
Binary 10011100 11101 10010111 0 1010001 11 100111 100101110 1000101 100100

Color Harmonies of #9C1D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1D97

Black with #9C1D97

Text Example


Text Example

White with #9C1D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,29,151); }

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

background-color css

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

 a { background-color: rgb(156,29,151); }

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

border-color css

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

 span { border-color: rgb(156,29,151); }

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