Html Css Color HEX #9C1697 Dark Magenta

📋 copy color: '#9C1697'

red 156 ◦ green 22 ◦ blue 151

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

Shades of Dark Magenta #9C1697

Tints of Dark Magenta #9C1697

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.69%

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

R = 47.42%
G = 6.69%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C1697 (or 0x9C1697) is known color: Dark Magenta. HEX triplet: 9C, 16 and 97. RGB value is (156,22,151). Sum of RGB (Red+Green+Blue) = 156+22+151=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1697 is #63E968. Grayscale: #4C4C4C. Windows color (decimal): -6547817 or 9901724. OLE color: 9901724.

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

Color convert

RGB 156 22 151 -
CMYK 0 0.86 0.03 0.39
HSL 302.24º 0.75% 0.35% -
HSV(B) 302.24º 0.86% 0.61% -
XYZ 19.58 9.88 30.15 -
YUV 76.77 169.89 184.51 -
System Red Green Blue C M Y K H S L
Decimal 156 22 151 0 0.86 0.03 0.39 302.24 0.75 0.35
Hex 9C 16 97 0 56 3 27 12E 4B 23
Octal 234 26 227 0 126 3 47 456 113 43
Binary 10011100 10110 10010111 0 1010110 11 100111 100101110 1001011 100011

Color Harmonies of #9C1697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1697

Black with #9C1697

Text Example


Text Example

White with #9C1697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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