#9F57CF

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

Shades of Amethyst #9F57CF

Tints of Amethyst #9F57CF

Color information

#9F57CF (or 0x9F57CF) is unknown color: approx Amethyst. HEX triplet: 9F, 57 and CF. RGB value is (159,87,207). Sum of RGB (Red+Green+Blue) = 159+87+207=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F57CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F57CF is #60A830. Grayscale: #797979. Windows color (decimal): -6334513 or 13588383. OLE color: 13588383.

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

Color convert

RGB15987207-
CMYK0.230.5800.19
HSL276º55.56%57.65%-
HSV(B)276º57.97%81.18%-
XYZ28.9718.6961.11-
YUV122.21175.85154.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.10%
GREEN value IS 87 (34.38% from 255) = 19.21%
BLUE value IS 207 (81.25% from 255) = 45.70%
R=35.10%
G=19.21%
B=45.70%

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
Decimal159872070.230.5800.1927655.5657.65
Hex9F57CF173A013114383a
Octal23712731727720234247072
Binary1001111110101111100111110111111010010011100010100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F57CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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