Html Css Color HEX #9C057F Dark Magenta

📋 copy color: '#9C057F'

red 156 ◦ green 5 ◦ blue 127

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

Shades of Dark Magenta #9C057F

Tints of Dark Magenta #9C057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

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

R = 54.17%
G = 1.74%
B = 44.1%

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

#9C057F (or 0x9C057F) is known color: Dark Magenta. HEX triplet: 9C, 05 and 7F. RGB value is (156,5,127). Sum of RGB (Red+Green+Blue) = 156+5+127=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C057F is #63FA80. Grayscale: #3F3F3F. Windows color (decimal): -6552193 or 8324508. OLE color: 8324508.

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

Color convert

RGB 156 5 127 -
CMYK 0 0.97 0.19 0.39
HSL 311.52º 0.94% 0.32% -
HSV(B) 311.52º 0.97% 0.61% -
XYZ 17.6 8.71 20.83 -
YUV 64.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 156 5 127 0 0.97 0.19 0.39 311.52 0.94 0.32
Hex 9C 5 7F 0 61 13 27 138 5E 20
Octal 234 5 177 0 141 23 47 470 136 40
Binary 10011100 101 1111111 0 1100001 10011 100111 100111000 1011110 100000

Color Harmonies of #9C057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C057F

Black with #9C057F

Text Example


Text Example

White with #9C057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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