Html Css Color HEX #9C077F Dark Magenta

📋 copy color: '#9C077F'

red 156 ◦ green 7 ◦ blue 127

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

Shades of Dark Magenta #9C077F

Tints of Dark Magenta #9C077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 53.79%
G = 2.41%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C077F (or 0x9C077F) is known color: Dark Magenta. HEX triplet: 9C, 07 and 7F. RGB value is (156,7,127). Sum of RGB (Red+Green+Blue) = 156+7+127=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C077F is #63F880. Grayscale: #404040. Windows color (decimal): -6551681 or 8325020. OLE color: 8325020.

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

Color convert

RGB 156 7 127 -
CMYK 0 0.96 0.19 0.39
HSL 311.68º 0.91% 0.32% -
HSV(B) 311.68º 0.96% 0.61% -
XYZ 17.62 8.75 20.84 -
YUV 65.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 156 7 127 0 0.96 0.19 0.39 311.68 0.91 0.32
Hex 9C 7 7F 0 60 13 27 138 5B 20
Octal 234 7 177 0 140 23 47 470 133 40
Binary 10011100 111 1111111 0 1100000 10011 100111 100111000 1011011 100000

Color Harmonies of #9C077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C077F

Black with #9C077F

Text Example


Text Example

White with #9C077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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