#9F56E1

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

Shades of Amethyst #9F56E1

Tints of Amethyst #9F56E1

Color information

#9F56E1 (or 0x9F56E1) is unknown color: approx Amethyst. HEX triplet: 9F, 56 and E1. RGB value is (159,86,225). Sum of RGB (Red+Green+Blue) = 159+86+225=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #9F56E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56E1 is #60A91E. Grayscale: #7B7B7B. Windows color (decimal): -6334751 or 14767775. OLE color: 14767775.

HSL color Cylindrical-coordinate representation of color #9F56E1: hue angle of 271.51º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F56E1 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15986225-
CMYK0.290.6200.12
HSL271.51º69.85%60.98%-
HSV(B)271.51º61.78%88.24%-
XYZ31.2219.4673.35-
YUV123.67185.18153.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.83%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 225 (88.28% from 255) = 47.87%
R=33.83%
G=18.30%
B=47.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal159862250.290.6200.12271.5169.8560.98
Hex9F56E11D3E0C110463d
Octal237126341357601442010675
Binary1001111110101101110000111101111110011001000100001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F56E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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