#9A63C8

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

Shades of Amethyst #9A63C8

Tints of Amethyst #9A63C8

Color information

#9A63C8 (or 0x9A63C8) is unknown color: approx Amethyst. HEX triplet: 9A, 63 and C8. RGB value is (154,99,200). Sum of RGB (Red+Green+Blue) = 154+99+200=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 200 - color contains mainly: blue. Hex color #9A63C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63C8 is #659C37. Grayscale: #7E7E7E. Windows color (decimal): -6659128 or 13132698. OLE color: 13132698.

HSL color Cylindrical-coordinate representation of color #9A63C8: hue angle of 272.67º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A63C8 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15499200-
CMYK0.230.5000.22
HSL272.67º47.87%58.63%-
HSV(B)272.67º50.5%78.43%-
XYZ28.2119.9657.01-
YUV126.96169.22147.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 200 (78.52% from 255) = 44.15%
R=34.00%
G=21.85%
B=44.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154992000.230.5000.22272.6747.8758.63
Hex9A63C81732016111303b
Octal23214331027620264216073
Binary1001101011000111100100010111110010010110100010001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A63C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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