Html Css Color HEX #9C1491 Dark Magenta

📋 copy color: '#9C1491'

red 156 ◦ green 20 ◦ blue 145

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

Shades of Dark Magenta #9C1491

Tints of Dark Magenta #9C1491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.23%

 BLUE value IS 145 (57.03% from 255) = 45.17%

R = 48.6%
G = 6.23%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9C1491 (or 0x9C1491) is known color: Dark Magenta. HEX triplet: 9C, 14 and 91. RGB value is (156,20,145). Sum of RGB (Red+Green+Blue) = 156+20+145=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1491 is #63EB6E. Grayscale: #4A4A4A. Windows color (decimal): -6548335 or 9507996. OLE color: 9507996.

HSL color Cylindrical-coordinate representation of color #9C1491: hue angle of 304.85º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1491 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 20 145 -
CMYK 0 0.87 0.07 0.39
HSL 304.85º 0.77% 0.35% -
HSV(B) 304.85º 0.87% 0.61% -
XYZ 19.07 9.61 27.64 -
YUV 74.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 156 20 145 0 0.87 0.07 0.39 304.85 0.77 0.35
Hex 9C 14 91 0 57 7 27 131 4D 23
Octal 234 24 221 0 127 7 47 461 115 43
Binary 10011100 10100 10010001 0 1010111 111 100111 100110001 1001101 100011

Color Harmonies of #9C1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1491

Black with #9C1491

Text Example


Text Example

White with #9C1491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,20,145); }

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

background-color css

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

 a { background-color: rgb(156,20,145); }

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

border-color css

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

 span { border-color: rgb(156,20,145); }

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