Html Css Color HEX #9C1379 Dark Purple

📋 copy color: '#9C1379'

red 156 ◦ green 19 ◦ blue 121

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

Shades of Dark Purple #9C1379

Tints of Dark Purple #9C1379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.42%

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

R = 52.7%
G = 6.42%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C1379 (or 0x9C1379) is known color: Dark Purple. HEX triplet: 9C, 13 and 79. RGB value is (156,19,121). Sum of RGB (Red+Green+Blue) = 156+19+121=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1379 is #63EC86. Grayscale: #474747. Windows color (decimal): -6548615 or 7934876. OLE color: 7934876.

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

Color convert

RGB 156 19 121 -
CMYK 0 0.88 0.22 0.39
HSL 315.33º 0.78% 0.34% -
HSV(B) 315.33º 0.88% 0.61% -
XYZ 17.39 8.91 18.89 -
YUV 71.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 156 19 121 0 0.88 0.22 0.39 315.33 0.78 0.34
Hex 9C 13 79 0 58 16 27 13B 4E 22
Octal 234 23 171 0 130 26 47 473 116 42
Binary 10011100 10011 1111001 0 1011000 10110 100111 100111011 1001110 100010

Color Harmonies of #9C1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1379

Black with #9C1379

Text Example


Text Example

White with #9C1379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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