Html Css Color HEX #9C049E Dark Magenta

📋 copy color: '#9C049E'

red 156 ◦ green 4 ◦ blue 158

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

Shades of Dark Magenta #9C049E

Tints of Dark Magenta #9C049E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.69%

R = 49.06%
G = 1.26%
B = 49.69%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C049E (or 0x9C049E) is known color: Dark Magenta. HEX triplet: 9C, 04 and 9E. RGB value is (156,4,158). Sum of RGB (Red+Green+Blue) = 156+4+158=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C049E is #63FB61. Grayscale: #424242. Windows color (decimal): -6552418 or 10355868. OLE color: 10355868.

HSL color Cylindrical-coordinate representation of color #9C049E: hue angle of 299.22º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C049E is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 4 158 -
CMYK 0.01 0.97 0 0.38
HSL 299.22º 0.95% 0.32% -
HSV(B) 299.22º 0.97% 0.62% -
XYZ 19.93 9.62 33.16 -
YUV 67 179.36 191.48 -
System Red Green Blue C M Y K H S L
Decimal 156 4 158 0.01 0.97 0 0.38 299.22 0.95 0.32
Hex 9C 4 9E 1 61 0 26 12B 5F 20
Octal 234 4 236 1 141 0 46 453 137 40
Binary 10011100 100 10011110 1 1100001 0 100110 100101011 1011111 100000

Color Harmonies of #9C049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C049E

Black with #9C049E

Text Example


Text Example

White with #9C049E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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