#9A64D0

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

Shades of Amethyst #9A64D0

Tints of Amethyst #9A64D0

Color information

#9A64D0 (or 0x9A64D0) is unknown color: approx Amethyst. HEX triplet: 9A, 64 and D0. RGB value is (154,100,208). Sum of RGB (Red+Green+Blue) = 154+100+208=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A64D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A64D0 is #659B2F. Grayscale: #808080. Windows color (decimal): -6658864 or 13657242. OLE color: 13657242.

HSL color Cylindrical-coordinate representation of color #9A64D0: hue angle of 270º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A64D0 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB154100208-
CMYK0.260.5200.18
HSL270º53.47%60.39%-
HSV(B)270º51.92%81.57%-
XYZ29.2720.5462.1-
YUV128.46172.89146.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 208 (81.64% from 255) = 45.02%
R=33.33%
G=21.65%
B=45.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1541002080.260.5200.1827053.4760.39
Hex9A64D01A3401210e353c
Octal23214432032640224166574
Binary1001101011001001101000011010110100010010100001110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A64D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,100,208); }

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

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

 a { background-color: rgb(154,100,208); }

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

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

 span { border-color: rgb(154,100,208); }

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