#9F5BE1

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

Shades of Amethyst #9F5BE1

Tints of Amethyst #9F5BE1

Color information

#9F5BE1 (or 0x9F5BE1) is unknown color: approx Amethyst. HEX triplet: 9F, 5B and E1. RGB value is (159,91,225). Sum of RGB (Red+Green+Blue) = 159+91+225=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #9F5BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5BE1 is #60A41E. Grayscale: #7E7E7E. Windows color (decimal): -6333471 or 14769055. OLE color: 14769055.

HSL color Cylindrical-coordinate representation of color #9F5BE1: hue angle of 270.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F5BE1 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15991225-
CMYK0.290.6000.12
HSL270.45º69.07%61.96%-
HSV(B)270.45º59.56%88.24%-
XYZ31.6320.2973.48-
YUV126.61183.53151.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.47%
GREEN value IS 91 (35.94% from 255) = 19.16%
BLUE value IS 225 (88.28% from 255) = 47.37%
R=33.47%
G=19.16%
B=47.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal159912250.290.6000.12270.4569.0761.96
Hex9F5BE11D3C0C10e453e
Octal237133341357401441610576
Binary1001111110110111110000111101111100011001000011101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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