#9F5CDD

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

Shades of Amethyst #9F5CDD

Tints of Amethyst #9F5CDD

Color information

#9F5CDD (or 0x9F5CDD) is unknown color: approx Amethyst. HEX triplet: 9F, 5C and DD. RGB value is (159,92,221). Sum of RGB (Red+Green+Blue) = 159+92+221=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F5CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CDD is #60A322. Grayscale: #7E7E7E. Windows color (decimal): -6333219 or 14507167. OLE color: 14507167.

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

Color convert

RGB15992221-
CMYK0.280.5800.13
HSL271.16º65.48%61.37%-
HSV(B)271.16º58.37%86.67%-
XYZ31.1820.2570.67-
YUV126.74181.2151.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=33.69%
G=19.49%
B=46.82%

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
Decimal159922210.280.5800.13271.1665.4861.37
Hex9F5CDD1C3A0D10f413d
Octal237134335347201541710175
Binary1001111110111001101110111100111010011011000011111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,92,221); }

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

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

 a { background-color: rgb(159,92,221); }

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

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

 span { border-color: rgb(159,92,221); }

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