#9F61DE

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

Shades of Amethyst #9F61DE

Tints of Amethyst #9F61DE

Color information

#9F61DE (or 0x9F61DE) is unknown color: approx Amethyst. HEX triplet: 9F, 61 and DE. RGB value is (159,97,222). Sum of RGB (Red+Green+Blue) = 159+97+222=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F61DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61DE is #609E21. Grayscale: #818181. Windows color (decimal): -6331938 or 14573983. OLE color: 14573983.

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

Color convert

RGB15997222-
CMYK0.280.5600.13
HSL269.76º65.45%62.55%-
HSV(B)269.76º56.31%87.06%-
XYZ31.7621.1971.52-
YUV129.79180.04148.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 97 (38.28% from 255) = 20.29%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=33.26%
G=20.29%
B=46.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal159972220.280.5600.13269.7665.4562.55
Hex9F61DE1C380D10e413f
Octal237141336347001541610177
Binary1001111111000011101111011100111000011011000011101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F61DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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