#9F1C76

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

Shades of Dark Purple #9F1C76

Tints of Dark Purple #9F1C76

Color information

#9F1C76 (or 0x9F1C76) is unknown color: approx Dark Purple. HEX triplet: 9F, 1C and 76. RGB value is (159,28,118). Sum of RGB (Red+Green+Blue) = 159+28+118=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1C76 is #60E389. Grayscale: #4D4D4D. Windows color (decimal): -6349706 or 7740575. OLE color: 7740575.

HSL color Cylindrical-coordinate representation of color #9F1C76: hue angle of 318.78º degrees, saturation: 0.7, 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 #9F1C76 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15928118-
CMYK00.820.260.38
HSL318.78º70.05%36.67%-
HSV(B)318.78º82.39%62.35%-
XYZ17.989.5118.03-
YUV77.43150.9186.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.13%
GREEN value IS 28 (11.33% from 255) = 9.18%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=52.13%
G=9.18%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592811800.820.260.38318.7870.0536.67
Hex9F1C760521A2613f4625
Octal237341660122324647710645
Binary1001111111100111011001010010110101001101001111111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,28,118); }

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

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

 a { background-color: rgb(159,28,118); }

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

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

 span { border-color: rgb(159,28,118); }

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