Html Css Color HEX #9C1979 Dark Purple

📋 copy color: '#9C1979'

red 156 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #9C1979

Tints of Dark Purple #9C1979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 51.66%
G = 8.28%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C1979 (or 0x9C1979) is known color: Dark Purple. HEX triplet: 9C, 19 and 79. RGB value is (156,25,121). Sum of RGB (Red+Green+Blue) = 156+25+121=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1979 is #63E686. Grayscale: #4A4A4A. Windows color (decimal): -6547079 or 7936412. OLE color: 7936412.

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

Color convert

RGB 156 25 121 -
CMYK 0 0.84 0.22 0.39
HSL 316.03º 0.72% 0.35% -
HSV(B) 316.03º 0.84% 0.61% -
XYZ 17.51 9.14 18.93 -
YUV 75.11 153.9 185.69 -
System Red Green Blue C M Y K H S L
Decimal 156 25 121 0 0.84 0.22 0.39 316.03 0.72 0.35
Hex 9C 19 79 0 54 16 27 13C 48 23
Octal 234 31 171 0 124 26 47 474 110 43
Binary 10011100 11001 1111001 0 1010100 10110 100111 100111100 1001000 100011

Color Harmonies of #9C1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1979

Black with #9C1979

Text Example


Text Example

White with #9C1979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,25,121); }

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

background-color css

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

 a { background-color: rgb(156,25,121); }

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

border-color css

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

 span { border-color: rgb(156,25,121); }

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