#9F1681

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

Shades of Dark Purple #9F1681

Tints of Dark Purple #9F1681

Color information

#9F1681 (or 0x9F1681) is unknown color: approx Dark Purple. HEX triplet: 9F, 16 and 81. RGB value is (159,22,129). Sum of RGB (Red+Green+Blue) = 159+22+129=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1681 is #60E97E. Grayscale: #4A4A4A. Windows color (decimal): -6351231 or 8459935. OLE color: 8459935.

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

Color convert

RGB15922129-
CMYK00.860.190.38
HSL313.14º75.69%35.49%-
HSV(B)313.14º86.16%62.35%-
XYZ18.559.5321.63-
YUV75.16158.39187.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.29%
GREEN value IS 22 (8.98% from 255) = 7.10%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=51.29%
G=7.10%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592212900.860.190.38313.1475.6935.49
Hex9F168105613261394c23
Octal237262010126234647111443
Binary10011111101101000000101010110100111001101001110011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,22,129); }

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

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

 a { background-color: rgb(159,22,129); }

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

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

 span { border-color: rgb(159,22,129); }

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