#9F1D7C

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

Shades of Dark Purple #9F1D7C

Tints of Dark Purple #9F1D7C

Color information

#9F1D7C (or 0x9F1D7C) is unknown color: approx Dark Purple. HEX triplet: 9F, 1D and 7C. RGB value is (159,29,124). Sum of RGB (Red+Green+Blue) = 159+29+124=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1D7C is #60E283. Grayscale: #4E4E4E. Windows color (decimal): -6349444 or 8134047. OLE color: 8134047.

HSL color Cylindrical-coordinate representation of color #9F1D7C: hue angle of 316.15º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1D7C is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15929124-
CMYK00.820.220.38
HSL316.15º69.15%36.86%-
HSV(B)316.15º81.76%62.35%-
XYZ18.389.719.97-
YUV78.7153.57185.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 29 (11.72% from 255) = 9.29%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=50.96%
G=9.29%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592912400.820.220.38316.1569.1536.86
Hex9F1D7C052162613c4525
Octal237351740122264647410545
Binary1001111111101111110001010010101101001101001111001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,29,124); }

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

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

 a { background-color: rgb(159,29,124); }

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

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

 span { border-color: rgb(159,29,124); }

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