#9C63DD

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

Shades of Amethyst #9C63DD

Tints of Amethyst #9C63DD

Color information

#9C63DD (or 0x9C63DD) is unknown color: approx Amethyst. HEX triplet: 9C, 63 and DD. RGB value is (156,99,221). Sum of RGB (Red+Green+Blue) = 156+99+221=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C63DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C63DD is #639C22. Grayscale: #818181. Windows color (decimal): -6528035 or 14508956. OLE color: 14508956.

HSL color Cylindrical-coordinate representation of color #9C63DD: hue angle of 268.03º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C63DD is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15699221-
CMYK0.290.5500.13
HSL268.03º64.21%62.75%-
HSV(B)268.03º55.2%86.67%-
XYZ31.2221.2170.86-
YUV129.95179.38146.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 99 (39.06% from 255) = 20.80%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=32.77%
G=20.80%
B=46.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156992210.290.5500.13268.0364.2162.75
Hex9C63DD1D370D10c403f
Octal234143335356701541410077
Binary1001110011000111101110111101110111011011000011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C63DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,99,221); }

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

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

 a { background-color: rgb(156,99,221); }

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

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

 span { border-color: rgb(156,99,221); }

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