Html Css Color HEX #9C0C7F Dark Magenta

📋 copy color: '#9C0C7F'

red 156 ◦ green 12 ◦ blue 127

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

Shades of Dark Magenta #9C0C7F

Tints of Dark Magenta #9C0C7F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.07%

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

R = 52.88%
G = 4.07%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C0C7F (or 0x9C0C7F) is known color: Dark Magenta. HEX triplet: 9C, 0C and 7F. RGB value is (156,12,127). Sum of RGB (Red+Green+Blue) = 156+12+127=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0C7F is #63F380. Grayscale: #434343. Windows color (decimal): -6550401 or 8326300. OLE color: 8326300.

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

Color convert

RGB 156 12 127 -
CMYK 0 0.92 0.19 0.39
HSL 312.08º 0.86% 0.33% -
HSV(B) 312.08º 0.92% 0.61% -
XYZ 17.67 8.86 20.86 -
YUV 68.17 161.21 190.65 -
System Red Green Blue C M Y K H S L
Decimal 156 12 127 0 0.92 0.19 0.39 312.08 0.86 0.33
Hex 9C C 7F 0 5C 13 27 138 56 21
Octal 234 14 177 0 134 23 47 470 126 41
Binary 10011100 1100 1111111 0 1011100 10011 100111 100111000 1010110 100001

Color Harmonies of #9C0C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0C7F

Black with #9C0C7F

Text Example


Text Example

White with #9C0C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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