#9F56D7

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

Shades of Amethyst #9F56D7

Tints of Amethyst #9F56D7

Color information

#9F56D7 (or 0x9F56D7) is unknown color: approx Amethyst. HEX triplet: 9F, 56 and D7. RGB value is (159,86,215). Sum of RGB (Red+Green+Blue) = 159+86+215=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #9F56D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56D7 is #60A928. Grayscale: #7A7A7A. Windows color (decimal): -6334761 or 14112415. OLE color: 14112415.

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

Color convert

RGB15986215-
CMYK0.260.600.16
HSL273.95º61.72%59.02%-
HSV(B)273.95º60%84.31%-
XYZ29.8918.9366.37-
YUV122.53180.18154.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 86 (33.98% from 255) = 18.70%
BLUE value IS 215 (84.38% from 255) = 46.74%
R=34.57%
G=18.70%
B=46.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159862150.260.600.16273.9561.7259.02
Hex9F56D71A3C0101123e3b
Octal23712632732740204227673
Binary1001111110101101101011111010111100010000100010010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F56D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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