Html Css Color HEX #9C1796 Dark Magenta

📋 copy color: '#9C1796'

red 156 ◦ green 23 ◦ blue 150

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

Shades of Dark Magenta #9C1796

Tints of Dark Magenta #9C1796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 47.42%
G = 6.99%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C1796 (or 0x9C1796) is known color: Dark Magenta. HEX triplet: 9C, 17 and 96. RGB value is (156,23,150). Sum of RGB (Red+Green+Blue) = 156+23+150=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1796 is #63E869. Grayscale: #4C4C4C. Windows color (decimal): -6547562 or 9836444. OLE color: 9836444.

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

Color convert

RGB 156 23 150 -
CMYK 0 0.85 0.04 0.39
HSL 302.71º 0.74% 0.35% -
HSV(B) 302.71º 0.85% 0.61% -
XYZ 19.52 9.88 29.73 -
YUV 77.25 169.06 184.17 -
System Red Green Blue C M Y K H S L
Decimal 156 23 150 0 0.85 0.04 0.39 302.71 0.74 0.35
Hex 9C 17 96 0 55 4 27 12F 4A 23
Octal 234 27 226 0 125 4 47 457 112 43
Binary 10011100 10111 10010110 0 1010101 100 100111 100101111 1001010 100011

Color Harmonies of #9C1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1796

Black with #9C1796

Text Example


Text Example

White with #9C1796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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