#9C1F79

Color #9C1F79 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9C1F79

Tints of Dark Purple #9C1F79

Color information

#9C1F79 (or 0x9C1F79) is unknown color: approx Dark Purple. HEX triplet: 9C, 1F and 79. RGB value is (156,31,121). Sum of RGB (Red+Green+Blue) = 156+31+121=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1F79 is #63E086. Grayscale: #4E4E4E. Windows color (decimal): -6545543 or 7937948. OLE color: 7937948.

HSL color Cylindrical-coordinate representation of color #9C1F79: hue angle of 316.8º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C1F79 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15631121-
CMYK00.800.220.39
HSL316.8º66.84%36.67%-
HSV(B)316.8º80.13%61.18%-
XYZ17.659.4318.98-
YUV78.63151.91183.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.65%
GREEN value IS 31 (12.5% from 255) = 10.06%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=50.65%
G=10.06%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563112100.800.220.39316.866.8436.67
Hex9C1F79050162713d4325
Octal234371710120264747510345
Binary1001110011111111100101010000101101001111001111011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C1F79;
 }
 .AnyTagClassName
 {
   color: #9C1F79;
 }
</style>
background-color css

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

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

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

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

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

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