Html Css Color HEX #9C047F Dark Magenta

📋 copy color: '#9C047F'

red 156 ◦ green 4 ◦ blue 127

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

Shades of Dark Magenta #9C047F

Tints of Dark Magenta #9C047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 127 (50% from 255) = 44.25%

R = 54.36%
G = 1.39%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C047F (or 0x9C047F) is known color: Dark Magenta. HEX triplet: 9C, 04 and 7F. RGB value is (156,4,127). Sum of RGB (Red+Green+Blue) = 156+4+127=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C047F is #63FB80. Grayscale: #3F3F3F. Windows color (decimal): -6552449 or 8324252. OLE color: 8324252.

HSL color Cylindrical-coordinate representation of color #9C047F: hue angle of 311.45º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C047F is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 4 127 -
CMYK 0 0.97 0.19 0.39
HSL 311.45º 0.95% 0.31% -
HSV(B) 311.45º 0.97% 0.61% -
XYZ 17.58 8.69 20.83 -
YUV 63.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 156 4 127 0 0.97 0.19 0.39 311.45 0.95 0.31
Hex 9C 4 7F 0 61 13 27 137 5F 1F
Octal 234 4 177 0 141 23 47 467 137 37
Binary 10011100 100 1111111 0 1100001 10011 100111 100110111 1011111 11111

Color Harmonies of #9C047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C047F

Black with #9C047F

Text Example


Text Example

White with #9C047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,4,127); }

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

background-color css

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

 a { background-color: rgb(156,4,127); }

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

border-color css

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

 span { border-color: rgb(156,4,127); }

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