#9A6EC9

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

Shades of Amethyst #9A6EC9

Tints of Amethyst #9A6EC9

Color information

#9A6EC9 (or 0x9A6EC9) is unknown color: approx Amethyst. HEX triplet: 9A, 6E and C9. RGB value is (154,110,201). Sum of RGB (Red+Green+Blue) = 154+110+201=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A6EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6EC9 is #659136. Grayscale: #858585. Windows color (decimal): -6656311 or 13201050. OLE color: 13201050.

HSL color Cylindrical-coordinate representation of color #9A6EC9: hue angle of 269.01º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A6EC9 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154110201-
CMYK0.230.4500.21
HSL269.01º45.73%60.98%-
HSV(B)269.01º45.27%78.82%-
XYZ29.4422.2458-
YUV133.53166.08142.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.12%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 201 (78.91% from 255) = 43.23%
R=33.12%
G=23.66%
B=43.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541102010.230.4500.21269.0145.7360.98
Hex9A6EC9172D01510d2e3d
Octal23215631127550254155675
Binary1001101011011101100100110111101101010101100001101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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