Html Css Color HEX #9C178F Dark Magenta

📋 copy color: '#9C178F'

red 156 ◦ green 23 ◦ blue 143

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

Shades of Dark Magenta #9C178F

Tints of Dark Magenta #9C178F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.41%

R = 48.45%
G = 7.14%
B = 44.41%

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

#9C178F (or 0x9C178F) is known color: Dark Magenta. HEX triplet: 9C, 17 and 8F. RGB value is (156,23,143). Sum of RGB (Red+Green+Blue) = 156+23+143=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C178F is #63E870. Grayscale: #4C4C4C. Windows color (decimal): -6547569 or 9377692. OLE color: 9377692.

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

Color convert

RGB 156 23 143 -
CMYK 0 0.85 0.08 0.39
HSL 305.86º 0.74% 0.35% -
HSV(B) 305.86º 0.85% 0.61% -
XYZ 18.97 9.66 26.85 -
YUV 76.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 156 23 143 0 0.85 0.08 0.39 305.86 0.74 0.35
Hex 9C 17 8F 0 55 8 27 132 4A 23
Octal 234 27 217 0 125 10 47 462 112 43
Binary 10011100 10111 10001111 0 1010101 1000 100111 100110010 1001010 100011

Color Harmonies of #9C178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C178F

Black with #9C178F

Text Example


Text Example

White with #9C178F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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