Html Css Color HEX #9C0997 Dark Magenta

📋 copy color: '#9C0997'

red 156 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #9C0997

Tints of Dark Magenta #9C0997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

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

R = 49.37%
G = 2.85%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C0997 (or 0x9C0997) is known color: Dark Magenta. HEX triplet: 9C, 09 and 97. RGB value is (156,9,151). Sum of RGB (Red+Green+Blue) = 156+9+151=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0997 is #63F668. Grayscale: #444444. Windows color (decimal): -6551145 or 9898396. OLE color: 9898396.

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

Color convert

RGB 156 9 151 -
CMYK 0 0.94 0.03 0.39
HSL 302.04º 0.89% 0.32% -
HSV(B) 302.04º 0.94% 0.61% -
XYZ 19.39 9.5 30.09 -
YUV 69.14 174.2 189.95 -
System Red Green Blue C M Y K H S L
Decimal 156 9 151 0 0.94 0.03 0.39 302.04 0.89 0.32
Hex 9C 9 97 0 5E 3 27 12E 59 20
Octal 234 11 227 0 136 3 47 456 131 40
Binary 10011100 1001 10010111 0 1011110 11 100111 100101110 1011001 100000

Color Harmonies of #9C0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0997

Black with #9C0997

Text Example


Text Example

White with #9C0997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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