Html Css Color HEX #9C0097 Dark Magenta

📋 copy color: '#9C0097'

red 156 ◦ green 0 ◦ blue 151

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

Shades of Dark Magenta #9C0097

Tints of Dark Magenta #9C0097

RGB

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

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

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

R = 50.81%
G = 0%
B = 49.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C0097 (or 0x9C0097) is known color: Dark Magenta. HEX triplet: 9C, 00 and 97. RGB value is (156,0,151). Sum of RGB (Red+Green+Blue) = 156+0+151=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0097 is #63FF68. Grayscale: #3F3F3F. Windows color (decimal): -6553449 or 9896092. OLE color: 9896092.

HSL color Cylindrical-coordinate representation of color #9C0097: hue angle of 301.92º 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 #9C0097 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 0 151 -
CMYK 0 1 0.03 0.39
HSL 301.92º 1% 0.31% -
HSV(B) 301.92º 1% 0.61% -
XYZ 19.3 9.3 30.06 -
YUV 63.86 177.18 193.72 -
System Red Green Blue C M Y K H S L
Decimal 156 0 151 0 1 0.03 0.39 301.92 1 0.31
Hex 9C 0 97 0 64 3 27 12E 64 1F
Octal 234 0 227 0 144 3 47 456 144 37
Binary 10011100 0 10010111 0 1100100 11 100111 100101110 1100100 11111

Color Harmonies of #9C0097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0097

Black with #9C0097

Text Example


Text Example

White with #9C0097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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