#9F5FD9

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

Shades of Amethyst #9F5FD9

Tints of Amethyst #9F5FD9

Color information

#9F5FD9 (or 0x9F5FD9) is unknown color: approx Amethyst. HEX triplet: 9F, 5F and D9. RGB value is (159,95,217). Sum of RGB (Red+Green+Blue) = 159+95+217=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #9F5FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5FD9 is #60A026. Grayscale: #7F7F7F. Windows color (decimal): -6332455 or 14245791. OLE color: 14245791.

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

Color convert

RGB15995217-
CMYK0.270.5600.15
HSL271.48º61.62%61.18%-
HSV(B)271.48º56.22%85.1%-
XYZ30.9120.5767.99-
YUV128.04178.2150.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.76%
GREEN value IS 95 (37.5% from 255) = 20.17%
BLUE value IS 217 (85.16% from 255) = 46.07%
R=33.76%
G=20.17%
B=46.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal159952170.270.5600.15271.4861.6261.18
Hex9F5FD91B380F10f3e3d
Octal23713733133700174177675
Binary100111111011111110110011101111100001111100001111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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