#9A63DC

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

Shades of Amethyst #9A63DC

Tints of Amethyst #9A63DC

Color information

#9A63DC (or 0x9A63DC) is unknown color: approx Amethyst. HEX triplet: 9A, 63 and DC. RGB value is (154,99,220). Sum of RGB (Red+Green+Blue) = 154+99+220=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A63DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63DC is #659C23. Grayscale: #808080. Windows color (decimal): -6659108 or 14443418. OLE color: 14443418.

HSL color Cylindrical-coordinate representation of color #9A63DC: hue angle of 267.27º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A63DC is Cyan = 0.3, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15499220-
CMYK0.30.5500.14
HSL267.27º63.35%62.55%-
HSV(B)267.27º55%86.27%-
XYZ30.7120.9670.14-
YUV129.24179.22145.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 99 (39.06% from 255) = 20.93%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=32.56%
G=20.93%
B=46.51%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal154992200.30.5500.14267.2763.3562.55
Hex9A63DC1E370E10b3f3f
Octal23214333436670164137777
Binary100110101100011110111001111011011101110100001011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A63DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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