#9A63D8

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

Shades of Amethyst #9A63D8

Tints of Amethyst #9A63D8

Color information

#9A63D8 (or 0x9A63D8) is unknown color: approx Amethyst. HEX triplet: 9A, 63 and D8. RGB value is (154,99,216). Sum of RGB (Red+Green+Blue) = 154+99+216=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A63D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63D8 is #659C27. Grayscale: #808080. Windows color (decimal): -6659112 or 14181274. OLE color: 14181274.

HSL color Cylindrical-coordinate representation of color #9A63D8: hue angle of 268.21º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A63D8 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15499216-
CMYK0.290.5400.15
HSL268.21º60%61.76%-
HSV(B)268.21º54.17%84.71%-
XYZ30.1820.7567.38-
YUV128.78177.22145.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.84%
GREEN value IS 99 (39.06% from 255) = 21.11%
BLUE value IS 216 (84.77% from 255) = 46.06%
R=32.84%
G=21.11%
B=46.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154992160.290.5400.15268.216061.76
Hex9A63D81D360F10c3c3e
Octal23214333035660174147476
Binary100110101100011110110001110111011001111100001100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A63D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,99,216); }

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

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

 a { background-color: rgb(154,99,216); }

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

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

 span { border-color: rgb(154,99,216); }

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