#9f56d8

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

Shades of Amethyst #9F56D8

Tints of Amethyst #9F56D8

Color information

#9F56D8 (or 0x9F56D8) is unknown color: approx Amethyst. HEX triplet: 9F, 56 and D8. RGB value is (159,86,216). Sum of RGB (Red+Green+Blue) = 159+86+216=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #9F56D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56D8 is #60A927. Grayscale: #7A7A7A. Windows color (decimal): -6334760 or 14177951. OLE color: 14177951.

HSL color Cylindrical-coordinate representation of color #9F56D8: hue angle of 273.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F56D8 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15986216-
CMYK0.260.6000.15
HSL273.69º62.5%59.22%-
HSV(B)273.69º60.19%84.71%-
XYZ30.0218.9867.05-
YUV122.65180.68153.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.49%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=34.49%
G=18.66%
B=46.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal159862160.260.6000.15273.6962.559.22
Hex9F56D81A3C0F1123e3b
Octal23712633032740174227673
Binary100111111010110110110001101011110001111100010010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f56d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,86,216); }

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

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

 a { background-color: rgb(159,86,216); }

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

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

 span { border-color: rgb(159,86,216); }

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