#9F1C78

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

Shades of Dark Purple #9F1C78

Tints of Dark Purple #9F1C78

Color information

#9F1C78 (or 0x9F1C78) is unknown color: approx Dark Purple. HEX triplet: 9F, 1C and 78. RGB value is (159,28,120). Sum of RGB (Red+Green+Blue) = 159+28+120=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1C78 is #60E387. Grayscale: #4D4D4D. Windows color (decimal): -6349704 or 7871647. OLE color: 7871647.

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

Color convert

RGB15928120-
CMYK00.820.250.38
HSL317.86º70.05%36.67%-
HSV(B)317.86º82.39%62.35%-
XYZ18.19.5618.66-
YUV77.66151.9186.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=51.79%
G=9.12%
B=39.09%

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
Decimal1592812000.820.250.38317.8670.0536.67
Hex9F1C78052192613e4625
Octal237341700122314647610645
Binary1001111111100111100001010010110011001101001111101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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