#9F1678

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

Shades of Dark Purple #9F1678

Tints of Dark Purple #9F1678

Color information

#9F1678 (or 0x9F1678) is unknown color: approx Dark Purple. HEX triplet: 9F, 16 and 78. RGB value is (159,22,120). Sum of RGB (Red+Green+Blue) = 159+22+120=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1678 is #60E987. Grayscale: #494949. Windows color (decimal): -6351240 or 7870111. OLE color: 7870111.

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

Color convert

RGB15922120-
CMYK00.860.250.38
HSL317.08º75.69%35.49%-
HSV(B)317.08º86.16%62.35%-
XYZ17.989.318.62-
YUV74.13153.89188.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.82%
GREEN value IS 22 (8.98% from 255) = 7.31%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=52.82%
G=7.31%
B=39.87%

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
Decimal1592212000.860.250.38317.0875.6935.49
Hex9F1678056192613d4c23
Octal237261700126314647511443
Binary1001111110110111100001010110110011001101001111011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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