#9A5ED8

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

Shades of Amethyst #9A5ED8

Tints of Amethyst #9A5ED8

Color information

#9A5ED8 (or 0x9A5ED8) is unknown color: approx Amethyst. HEX triplet: 9A, 5E and D8. RGB value is (154,94,216). Sum of RGB (Red+Green+Blue) = 154+94+216=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A5ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5ED8 is #65A127. Grayscale: #7D7D7D. Windows color (decimal): -6660392 or 14179994. OLE color: 14179994.

HSL color Cylindrical-coordinate representation of color #9A5ED8: hue angle of 269.51º degrees, saturation: 0.61, 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 #9A5ED8 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15494216-
CMYK0.290.5600.15
HSL269.51º61%60.78%-
HSV(B)269.51º56.48%84.71%-
XYZ29.7219.8367.23-
YUV125.85178.88148.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 216 (84.77% from 255) = 46.55%
R=33.19%
G=20.26%
B=46.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154942160.290.5600.15269.516160.78
Hex9A5ED81D380F10e3d3d
Octal23213633035700174167575
Binary100110101011110110110001110111100001111100001110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,94,216); }

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

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

 a { background-color: rgb(154,94,216); }

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

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

 span { border-color: rgb(154,94,216); }

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