Html Css Color HEX #9C1790 Dark Magenta

📋 copy color: '#9C1790'

red 156 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #9C1790

Tints of Dark Magenta #9C1790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.12%

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

R = 48.3%
G = 7.12%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C1790 (or 0x9C1790) is known color: Dark Magenta. HEX triplet: 9C, 17 and 90. RGB value is (156,23,144). Sum of RGB (Red+Green+Blue) = 156+23+144=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1790 is #63E86F. Grayscale: #4C4C4C. Windows color (decimal): -6547568 or 9443228. OLE color: 9443228.

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

Color convert

RGB 156 23 144 -
CMYK 0 0.85 0.08 0.39
HSL 305.41º 0.74% 0.35% -
HSV(B) 305.41º 0.85% 0.61% -
XYZ 19.05 9.69 27.25 -
YUV 76.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 156 23 144 0 0.85 0.08 0.39 305.41 0.74 0.35
Hex 9C 17 90 0 55 8 27 131 4A 23
Octal 234 27 220 0 125 10 47 461 112 43
Binary 10011100 10111 10010000 0 1010101 1000 100111 100110001 1001010 100011

Color Harmonies of #9C1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1790

Black with #9C1790

Text Example


Text Example

White with #9C1790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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