#9F5DDE

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

Shades of Amethyst #9F5DDE

Tints of Amethyst #9F5DDE

Color information

#9F5DDE (or 0x9F5DDE) is unknown color: approx Amethyst. HEX triplet: 9F, 5D and DE. RGB value is (159,93,222). Sum of RGB (Red+Green+Blue) = 159+93+222=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F5DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DDE is #60A221. Grayscale: #7E7E7E. Windows color (decimal): -6332962 or 14572959. OLE color: 14572959.

HSL color Cylindrical-coordinate representation of color #9F5DDE: hue angle of 270.7º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F5DDE is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15993222-
CMYK0.280.5800.13
HSL270.7º66.15%61.76%-
HSV(B)270.7º58.11%87.06%-
XYZ31.420.4771.4-
YUV127.44181.37150.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.54%
GREEN value IS 93 (36.72% from 255) = 19.62%
BLUE value IS 222 (87.11% from 255) = 46.84%
R=33.54%
G=19.62%
B=46.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal159932220.280.5800.13270.766.1561.76
Hex9F5DDE1C3A0D10f423e
Octal237135336347201541710276
Binary1001111110111011101111011100111010011011000011111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,93,222); }

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

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

 a { background-color: rgb(159,93,222); }

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

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

 span { border-color: rgb(159,93,222); }

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