Html Css Color HEX #9C178E Dark Magenta

📋 copy color: '#9C178E'

red 156 ◦ green 23 ◦ blue 142

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

Shades of Dark Magenta #9C178E

Tints of Dark Magenta #9C178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 48.6%
G = 7.17%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C178E (or 0x9C178E) is known color: Dark Magenta. HEX triplet: 9C, 17 and 8E. RGB value is (156,23,142). Sum of RGB (Red+Green+Blue) = 156+23+142=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C178E is #63E871. Grayscale: #4B4B4B. Windows color (decimal): -6547570 or 9312156. OLE color: 9312156.

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

Color convert

RGB 156 23 142 -
CMYK 0 0.85 0.09 0.39
HSL 306.32º 0.74% 0.35% -
HSV(B) 306.32º 0.85% 0.61% -
XYZ 18.9 9.63 26.45 -
YUV 76.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 156 23 142 0 0.85 0.09 0.39 306.32 0.74 0.35
Hex 9C 17 8E 0 55 9 27 132 4A 23
Octal 234 27 216 0 125 11 47 462 112 43
Binary 10011100 10111 10001110 0 1010101 1001 100111 100110010 1001010 100011

Color Harmonies of #9C178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C178E

Black with #9C178E

Text Example


Text Example

White with #9C178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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