#9C64DD

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

Shades of Amethyst #9C64DD

Tints of Amethyst #9C64DD

Color information

#9C64DD (or 0x9C64DD) is unknown color: approx Amethyst. HEX triplet: 9C, 64 and DD. RGB value is (156,100,221). Sum of RGB (Red+Green+Blue) = 156+100+221=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64DD is #639B22. Grayscale: #828282. Windows color (decimal): -6527779 or 14509212. OLE color: 14509212.

HSL color Cylindrical-coordinate representation of color #9C64DD: hue angle of 267.77º 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 #9C64DD is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156100221-
CMYK0.290.5500.13
HSL267.77º64.02%62.94%-
HSV(B)267.77º54.75%86.67%-
XYZ31.3221.470.89-
YUV130.54179.05146.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 221 (86.72% from 255) = 46.33%
R=32.70%
G=20.96%
B=46.33%

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
Decimal1561002210.290.5500.13267.7764.0262.94
Hex9C64DD1D370D10c403f
Octal234144335356701541410077
Binary1001110011001001101110111101110111011011000011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C64DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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