#9F59E6

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

Shades of Amethyst #9F59E6

Tints of Amethyst #9F59E6

Color information

#9F59E6 (or 0x9F59E6) is unknown color: approx Amethyst. HEX triplet: 9F, 59 and E6. RGB value is (159,89,230). Sum of RGB (Red+Green+Blue) = 159+89+230=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #9F59E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F59E6 is #60A619. Grayscale: #7D7D7D. Windows color (decimal): -6333978 or 15096223. OLE color: 15096223.

HSL color Cylindrical-coordinate representation of color #9F59E6: hue angle of 269.79º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F59E6 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15989230-
CMYK0.310.6100.10
HSL269.79º73.82%62.55%-
HSV(B)269.79º61.3%90.2%-
XYZ32.1520.2377.07-
YUV126186.69151.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 89 (35.16% from 255) = 18.62%
BLUE value IS 230 (90.23% from 255) = 48.12%
R=33.26%
G=18.62%
B=48.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal159892300.310.6100.10269.7973.8262.55
Hex9F59E61F3D0A10e4a3f
Octal237131346377501241611277
Binary1001111110110011110011011111111101010101000011101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F59E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,89,230); }

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

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

 a { background-color: rgb(159,89,230); }

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

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

 span { border-color: rgb(159,89,230); }

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