#9F1C77

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

Shades of Dark Purple #9F1C77

Tints of Dark Purple #9F1C77

Color information

#9F1C77 (or 0x9F1C77) is unknown color: approx Dark Purple. HEX triplet: 9F, 1C and 77. RGB value is (159,28,119). Sum of RGB (Red+Green+Blue) = 159+28+119=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1C77 is #60E388. Grayscale: #4D4D4D. Windows color (decimal): -6349705 or 7806111. OLE color: 7806111.

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

Color convert

RGB15928119-
CMYK00.820.250.38
HSL318.32º70.05%36.67%-
HSV(B)318.32º82.39%62.35%-
XYZ18.049.5318.34-
YUV77.54151.4186.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.96%
GREEN value IS 28 (11.33% from 255) = 9.15%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=51.96%
G=9.15%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592811900.820.250.38318.3270.0536.67
Hex9F1C77052192613e4625
Octal237341670122314647610645
Binary1001111111100111011101010010110011001101001111101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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