Html Css Color HEX #9C1590 Dark Magenta

📋 copy color: '#9C1590'

red 156 ◦ green 21 ◦ blue 144

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

Shades of Dark Magenta #9C1590

Tints of Dark Magenta #9C1590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 48.6%
G = 6.54%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C1590 (or 0x9C1590) is known color: Dark Magenta. HEX triplet: 9C, 15 and 90. RGB value is (156,21,144). Sum of RGB (Red+Green+Blue) = 156+21+144=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1590 is #63EA6F. Grayscale: #4B4B4B. Windows color (decimal): -6548080 or 9442716. OLE color: 9442716.

HSL color Cylindrical-coordinate representation of color #9C1590: hue angle of 305.33º degrees, saturation: 0.76, 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 #9C1590 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 21 144 -
CMYK 0 0.87 0.08 0.39
HSL 305.33º 0.76% 0.35% -
HSV(B) 305.33º 0.87% 0.61% -
XYZ 19.01 9.62 27.24 -
YUV 75.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 156 21 144 0 0.87 0.08 0.39 305.33 0.76 0.35
Hex 9C 15 90 0 57 8 27 131 4C 23
Octal 234 25 220 0 127 10 47 461 114 43
Binary 10011100 10101 10010000 0 1010111 1000 100111 100110001 1001100 100011

Color Harmonies of #9C1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1590

Black with #9C1590

Text Example


Text Example

White with #9C1590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,21,144); }

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

background-color css

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

 a { background-color: rgb(156,21,144); }

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

border-color css

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

 span { border-color: rgb(156,21,144); }

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