#9F57CE

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

Shades of Amethyst #9F57CE

Tints of Amethyst #9F57CE

Color information

#9F57CE (or 0x9F57CE) is unknown color: approx Amethyst. HEX triplet: 9F, 57 and CE. RGB value is (159,87,206). Sum of RGB (Red+Green+Blue) = 159+87+206=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F57CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F57CE is #60A831. Grayscale: #797979. Windows color (decimal): -6334514 or 13522847. OLE color: 13522847.

HSL color Cylindrical-coordinate representation of color #9F57CE: hue angle of 276.3º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F57CE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15987206-
CMYK0.230.5800.19
HSL276.3º54.84%57.45%-
HSV(B)276.3º57.77%80.78%-
XYZ28.8518.6460.47-
YUV122.09175.35154.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 87 (34.38% from 255) = 19.25%
BLUE value IS 206 (80.86% from 255) = 45.58%
R=35.18%
G=19.25%
B=45.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal159872060.230.5800.19276.354.8457.45
Hex9F57CE173A0131143739
Octal23712731627720234246771
Binary1001111110101111100111010111111010010011100010100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F57CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,87,206); }

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

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

 a { background-color: rgb(159,87,206); }

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

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

 span { border-color: rgb(159,87,206); }

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