#9A63D4

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

Shades of Amethyst #9A63D4

Tints of Amethyst #9A63D4

Color information

#9A63D4 (or 0x9A63D4) is unknown color: approx Amethyst. HEX triplet: 9A, 63 and D4. RGB value is (154,99,212). Sum of RGB (Red+Green+Blue) = 154+99+212=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #9A63D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63D4 is #659C2B. Grayscale: #7F7F7F. Windows color (decimal): -6659116 or 13919130. OLE color: 13919130.

HSL color Cylindrical-coordinate representation of color #9A63D4: hue angle of 269.2º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A63D4 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15499212-
CMYK0.270.5300.17
HSL269.2º56.78%60.98%-
HSV(B)269.2º53.3%83.14%-
XYZ29.6720.5564.69-
YUV128.33175.22146.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.12%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 212 (83.20% from 255) = 45.59%
R=33.12%
G=21.29%
B=45.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal154992120.270.5300.17269.256.7860.98
Hex9A63D41B3501110d393d
Octal23214332433650214157175
Binary1001101011000111101010011011110101010001100001101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A63D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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