#9A63CA

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

Shades of Amethyst #9A63CA

Tints of Amethyst #9A63CA

Color information

#9A63CA (or 0x9A63CA) is unknown color: approx Amethyst. HEX triplet: 9A, 63 and CA. RGB value is (154,99,202). Sum of RGB (Red+Green+Blue) = 154+99+202=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63CA is #659C35. Grayscale: #7E7E7E. Windows color (decimal): -6659126 or 13263770. OLE color: 13263770.

HSL color Cylindrical-coordinate representation of color #9A63CA: hue angle of 272.04º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A63CA is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15499202-
CMYK0.240.5100.21
HSL272.04º49.28%59.02%-
HSV(B)272.04º50.99%79.22%-
XYZ28.4520.0658.25-
YUV127.19170.22147.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=33.85%
G=21.76%
B=44.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154992020.240.5100.21272.0449.2859.02
Hex9A63CA1833015110313b
Octal23214331230630254206173
Binary1001101011000111100101011000110011010101100010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A63CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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