Html Css Color HEX #9C007E Dark Magenta

📋 copy color: '#9C007E'

red 156 ◦ green 0 ◦ blue 126

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

Shades of Dark Magenta #9C007E

Tints of Dark Magenta #9C007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 126 (49.61% from 255) = 44.68%

R = 55.32%
G = 0%
B = 44.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C007E (or 0x9C007E) is known color: Dark Magenta. HEX triplet: 9C, 00 and 7E. RGB value is (156,0,126). Sum of RGB (Red+Green+Blue) = 156+0+126=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C007E is #63FF81. Grayscale: #3C3C3C. Windows color (decimal): -6553474 or 8257692. OLE color: 8257692.

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

Color convert

RGB 156 0 126 -
CMYK 0 1 0.19 0.39
HSL 311.54º 1% 0.31% -
HSV(B) 311.54º 1% 0.61% -
XYZ 17.48 8.57 20.47 -
YUV 61.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 156 0 126 0 1 0.19 0.39 311.54 1 0.31
Hex 9C 0 7E 0 64 13 27 138 64 1F
Octal 234 0 176 0 144 23 47 470 144 37
Binary 10011100 0 1111110 0 1100100 10011 100111 100111000 1100100 11111

Color Harmonies of #9C007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C007E

Black with #9C007E

Text Example


Text Example

White with #9C007E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,0,126); }

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

background-color css

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

 a { background-color: rgb(156,0,126); }

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

border-color css

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

 span { border-color: rgb(156,0,126); }

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