#9A5AD2

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

Shades of Amethyst #9A5AD2

Tints of Amethyst #9A5AD2

Color information

#9A5AD2 (or 0x9A5AD2) is unknown color: approx Amethyst. HEX triplet: 9A, 5A and D2. RGB value is (154,90,210). Sum of RGB (Red+Green+Blue) = 154+90+210=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #9A5AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5AD2 is #65A52D. Grayscale: #7A7A7A. Windows color (decimal): -6661422 or 13785754. OLE color: 13785754.

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

Color convert

RGB15490210-
CMYK0.270.5700.18
HSL272º57.14%58.82%-
HSV(B)272º57.14%82.35%-
XYZ28.6218.8463.1-
YUV122.82177.2150.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 90 (35.55% from 255) = 19.82%
BLUE value IS 210 (82.42% from 255) = 46.26%
R=33.92%
G=19.82%
B=46.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154902100.270.5700.1827257.1458.82
Hex9A5AD21B39012110393b
Octal23213232233710224207173
Binary1001101010110101101001011011111001010010100010000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,90,210); }

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

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

 a { background-color: rgb(154,90,210); }

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

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

 span { border-color: rgb(154,90,210); }

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