#9A6ED3

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

Shades of Amethyst #9A6ED3

Tints of Amethyst #9A6ED3

Color information

#9A6ED3 (or 0x9A6ED3) is unknown color: approx Amethyst. HEX triplet: 9A, 6E and D3. RGB value is (154,110,211). Sum of RGB (Red+Green+Blue) = 154+110+211=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #9A6ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ED3 is #65912C. Grayscale: #868686. Windows color (decimal): -6656301 or 13856410. OLE color: 13856410.

HSL color Cylindrical-coordinate representation of color #9A6ED3: hue angle of 266.14º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A6ED3 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB154110211-
CMYK0.270.4800.17
HSL266.14º53.44%62.94%-
HSV(B)266.14º47.87%82.75%-
XYZ30.6622.7364.4-
YUV134.67171.08141.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 211 (82.81% from 255) = 44.42%
R=32.42%
G=23.16%
B=44.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1541102110.270.4800.17266.1453.4462.94
Hex9A6ED31B3001110a353f
Octal23215632333600214126577
Binary1001101011011101101001111011110000010001100001010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,110,211); }

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

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

 a { background-color: rgb(154,110,211); }

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

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

 span { border-color: rgb(154,110,211); }

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