#9A63CE

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

Shades of Amethyst #9A63CE

Tints of Amethyst #9A63CE

Color information

#9A63CE (or 0x9A63CE) is unknown color: approx Amethyst. HEX triplet: 9A, 63 and CE. RGB value is (154,99,206). Sum of RGB (Red+Green+Blue) = 154+99+206=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63CE is #659C31. Grayscale: #7F7F7F. Windows color (decimal): -6659122 or 13525914. OLE color: 13525914.

HSL color Cylindrical-coordinate representation of color #9A63CE: hue angle of 270.84º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A63CE is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15499206-
CMYK0.250.5200.19
HSL270.84º52.2%59.8%-
HSV(B)270.84º51.94%80.78%-
XYZ28.9320.2560.78-
YUV127.64172.22146.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 99 (39.06% from 255) = 21.57%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=33.55%
G=21.57%
B=44.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154992060.250.5200.19270.8452.259.8
Hex9A63CE193401310f343c
Octal23214331631640234176474
Binary1001101011000111100111011001110100010011100001111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A63CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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