#9A66C2

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

Shades of Amethyst #9A66C2

Tints of Amethyst #9A66C2

Color information

#9A66C2 (or 0x9A66C2) is unknown color: approx Amethyst. HEX triplet: 9A, 66 and C2. RGB value is (154,102,194). Sum of RGB (Red+Green+Blue) = 154+102+194=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #9A66C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A66C2 is #65993D. Grayscale: #7F7F7F. Windows color (decimal): -6658366 or 12740250. OLE color: 12740250.

HSL color Cylindrical-coordinate representation of color #9A66C2: hue angle of 273.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A66C2 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB154102194-
CMYK0.210.4700.24
HSL273.91º42.99%58.04%-
HSV(B)273.91º47.42%76.08%-
XYZ27.8220.2753.48-
YUV128.04165.23146.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.22%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 194 (76.17% from 255) = 43.11%
R=34.22%
G=22.67%
B=43.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541021940.210.4700.24273.9142.9958.04
Hex9A66C2152F0181122b3a
Octal23214630225570304225372
Binary1001101011001101100001010101101111011000100010010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A66C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,102,194); }

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

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

 a { background-color: rgb(154,102,194); }

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

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

 span { border-color: rgb(154,102,194); }

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