#9F5BD8

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

Shades of Amethyst #9F5BD8

Tints of Amethyst #9F5BD8

Color information

#9F5BD8 (or 0x9F5BD8) is unknown color: approx Amethyst. HEX triplet: 9F, 5B and D8. RGB value is (159,91,216). Sum of RGB (Red+Green+Blue) = 159+91+216=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #9F5BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5BD8 is #60A427. Grayscale: #7D7D7D. Windows color (decimal): -6333480 or 14179231. OLE color: 14179231.

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

Color convert

RGB15991216-
CMYK0.260.5800.15
HSL272.64º61.58%60.2%-
HSV(B)272.64º57.87%84.71%-
XYZ30.4319.8167.19-
YUV125.58179.03151.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 216 (84.77% from 255) = 46.35%
R=34.12%
G=19.53%
B=46.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal159912160.260.5800.15272.6461.5860.2
Hex9F5BD81A3A0F1113e3c
Octal23713333032720174217674
Binary100111111011011110110001101011101001111100010001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,91,216); }

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

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

 a { background-color: rgb(159,91,216); }

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

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

 span { border-color: rgb(159,91,216); }

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