Html Css Color HEX #9C1793 Dark Magenta

📋 copy color: '#9C1793'

red 156 ◦ green 23 ◦ blue 147

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

Shades of Dark Magenta #9C1793

Tints of Dark Magenta #9C1793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 47.85%
G = 7.06%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9C1793 (or 0x9C1793) is known color: Dark Magenta. HEX triplet: 9C, 17 and 93. RGB value is (156,23,147). Sum of RGB (Red+Green+Blue) = 156+23+147=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1793 is #63E86C. Grayscale: #4C4C4C. Windows color (decimal): -6547565 or 9639836. OLE color: 9639836.

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

Color convert

RGB 156 23 147 -
CMYK 0 0.85 0.06 0.39
HSL 304.06º 0.74% 0.35% -
HSV(B) 304.06º 0.85% 0.61% -
XYZ 19.28 9.79 28.48 -
YUV 76.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 156 23 147 0 0.85 0.06 0.39 304.06 0.74 0.35
Hex 9C 17 93 0 55 6 27 130 4A 23
Octal 234 27 223 0 125 6 47 460 112 43
Binary 10011100 10111 10010011 0 1010101 110 100111 100110000 1001010 100011

Color Harmonies of #9C1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1793

Black with #9C1793

Text Example


Text Example

White with #9C1793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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