Html Css Color HEX #9C0497 Dark Magenta

📋 copy color: '#9C0497'

red 156 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #9C0497

Tints of Dark Magenta #9C0497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.55%

R = 50.16%
G = 1.29%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C0497 (or 0x9C0497) is known color: Dark Magenta. HEX triplet: 9C, 04 and 97. RGB value is (156,4,151). Sum of RGB (Red+Green+Blue) = 156+4+151=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0497 is #63FB68. Grayscale: #414141. Windows color (decimal): -6552425 or 9897116. OLE color: 9897116.

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

Color convert

RGB 156 4 151 -
CMYK 0 0.97 0.03 0.39
HSL 301.97º 0.95% 0.31% -
HSV(B) 301.97º 0.97% 0.61% -
XYZ 19.34 9.39 30.07 -
YUV 66.21 175.86 192.05 -
System Red Green Blue C M Y K H S L
Decimal 156 4 151 0 0.97 0.03 0.39 301.97 0.95 0.31
Hex 9C 4 97 0 61 3 27 12E 5F 1F
Octal 234 4 227 0 141 3 47 456 137 37
Binary 10011100 100 10010111 0 1100001 11 100111 100101110 1011111 11111

Color Harmonies of #9C0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0497

Black with #9C0497

Text Example


Text Example

White with #9C0497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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