#9F1778

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

Shades of Dark Purple #9F1778

Tints of Dark Purple #9F1778

Color information

#9F1778 (or 0x9F1778) is unknown color: approx Dark Purple. HEX triplet: 9F, 17 and 78. RGB value is (159,23,120). Sum of RGB (Red+Green+Blue) = 159+23+120=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1778 is #60E887. Grayscale: #4A4A4A. Windows color (decimal): -6350984 or 7870367. OLE color: 7870367.

HSL color Cylindrical-coordinate representation of color #9F1778: hue angle of 317.21º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1778 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB15923120-
CMYK00.860.250.38
HSL317.21º74.73%35.69%-
HSV(B)317.21º85.53%62.35%-
XYZ17.999.3418.62-
YUV74.72153.56188.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.65%
GREEN value IS 23 (9.38% from 255) = 7.62%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=52.65%
G=7.62%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592312000.860.250.38317.2174.7335.69
Hex9F1778056192613d4b24
Octal237271700126314647511344
Binary1001111110111111100001010110110011001101001111011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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