#9F55D9

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

Shades of Amethyst #9F55D9

Tints of Amethyst #9F55D9

Color information

#9F55D9 (or 0x9F55D9) is unknown color: approx Amethyst. HEX triplet: 9F, 55 and D9. RGB value is (159,85,217). Sum of RGB (Red+Green+Blue) = 159+85+217=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #9F55D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F55D9 is #60AA26. Grayscale: #797979. Windows color (decimal): -6335015 or 14243231. OLE color: 14243231.

HSL color Cylindrical-coordinate representation of color #9F55D9: hue angle of 273.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F55D9 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15985217-
CMYK0.270.6100.15
HSL273.64º63.46%59.22%-
HSV(B)273.64º60.83%85.1%-
XYZ30.0718.8867.7-
YUV122.17181.52154.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.49%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 217 (85.16% from 255) = 47.07%
R=34.49%
G=18.44%
B=47.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal159852170.270.6100.15273.6463.4659.22
Hex9F55D91B3D0F1123f3b
Octal23712533133750174227773
Binary100111111010101110110011101111110101111100010010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F55D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,85,217); }

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

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

 a { background-color: rgb(159,85,217); }

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

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

 span { border-color: rgb(159,85,217); }

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