#9A5BD8

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

Shades of Amethyst #9A5BD8

Tints of Amethyst #9A5BD8

Color information

#9A5BD8 (or 0x9A5BD8) is unknown color: approx Amethyst. HEX triplet: 9A, 5B and D8. RGB value is (154,91,216). Sum of RGB (Red+Green+Blue) = 154+91+216=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A5BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BD8 is #65A427. Grayscale: #7B7B7B. Windows color (decimal): -6661160 or 14179226. OLE color: 14179226.

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

Color convert

RGB15491216-
CMYK0.290.5800.15
HSL270.24º61.58%60.2%-
HSV(B)270.24º57.87%84.71%-
XYZ29.4619.3167.14-
YUV124.09179.87149.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.41%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=33.41%
G=19.74%
B=46.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154912160.290.5800.15270.2461.5860.2
Hex9A5BD81D3A0F10e3e3c
Octal23213333035720174167674
Binary100110101011011110110001110111101001111100001110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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