#9F5EE5

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

Shades of Amethyst #9F5EE5

Tints of Amethyst #9F5EE5

Color information

#9F5EE5 (or 0x9F5EE5) is unknown color: approx Amethyst. HEX triplet: 9F, 5E and E5. RGB value is (159,94,229). Sum of RGB (Red+Green+Blue) = 159+94+229=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F5EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5EE5 is #60A11A. Grayscale: #808080. Windows color (decimal): -6332699 or 15031967. OLE color: 15031967.

HSL color Cylindrical-coordinate representation of color #9F5EE5: hue angle of 268.89º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F5EE5 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15994229-
CMYK0.310.5900.10
HSL268.89º72.19%63.33%-
HSV(B)268.89º58.95%89.8%-
XYZ32.4421.0376.48-
YUV128.82184.53149.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.99%
GREEN value IS 94 (37.11% from 255) = 19.50%
BLUE value IS 229 (89.84% from 255) = 47.51%
R=32.99%
G=19.50%
B=47.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal159942290.310.5900.10268.8972.1963.33
Hex9F5EE51F3B0A10d483f
Octal237136345377301241511077
Binary1001111110111101110010111111111011010101000011011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,94,229); }

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

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

 a { background-color: rgb(159,94,229); }

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

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

 span { border-color: rgb(159,94,229); }

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