#9F57E7

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

Shades of Amethyst #9F57E7

Tints of Amethyst #9F57E7

Color information

#9F57E7 (or 0x9F57E7) is unknown color: approx Amethyst. HEX triplet: 9F, 57 and E7. RGB value is (159,87,231). Sum of RGB (Red+Green+Blue) = 159+87+231=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F57E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F57E7 is #60A818. Grayscale: #7C7C7C. Windows color (decimal): -6334489 or 15161247. OLE color: 15161247.

HSL color Cylindrical-coordinate representation of color #9F57E7: hue angle of 270º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F57E7 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15987231-
CMYK0.310.6200.09
HSL270º75%62.35%-
HSV(B)270º62.34%90.59%-
XYZ32.1319.9677.76-
YUV124.94187.85152.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 18.24%
BLUE value IS 231 (90.62% from 255) = 48.43%
R=33.33%
G=18.24%
B=48.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal159872310.310.6200.092707562.35
Hex9F57E71F3E0910e4b3e
Octal237127347377601141611376
Binary1001111110101111110011111111111110010011000011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F57E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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