#9F5BD0

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

Shades of Amethyst #9F5BD0

Tints of Amethyst #9F5BD0

Color information

#9F5BD0 (or 0x9F5BD0) is unknown color: approx Amethyst. HEX triplet: 9F, 5B and D0. RGB value is (159,91,208). Sum of RGB (Red+Green+Blue) = 159+91+208=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #9F5BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5BD0 is #60A42F. Grayscale: #7C7C7C. Windows color (decimal): -6333488 or 13654943. OLE color: 13654943.

HSL color Cylindrical-coordinate representation of color #9F5BD0: hue angle of 274.87º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F5BD0 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15991208-
CMYK0.240.5600.18
HSL274.87º55.45%58.63%-
HSV(B)274.87º56.25%81.57%-
XYZ29.4219.4161.87-
YUV124.67175.03152.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 208 (81.64% from 255) = 45.41%
R=34.72%
G=19.87%
B=45.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal159912080.240.5600.18274.8755.4558.63
Hex9F5BD01838012113373b
Octal23713332030700224236773
Binary1001111110110111101000011000111000010010100010011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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