#9C56D1

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

Shades of Amethyst #9C56D1

Tints of Amethyst #9C56D1

Color information

#9C56D1 (or 0x9C56D1) is unknown color: approx Amethyst. HEX triplet: 9C, 56 and D1. RGB value is (156,86,209). Sum of RGB (Red+Green+Blue) = 156+86+209=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C56D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C56D1 is #63A92E. Grayscale: #787878. Windows color (decimal): -6531375 or 13719196. OLE color: 13719196.

HSL color Cylindrical-coordinate representation of color #9C56D1: hue angle of 274.15º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C56D1 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15686209-
CMYK0.250.5900.18
HSL274.15º57.21%57.84%-
HSV(B)274.15º58.85%81.96%-
XYZ28.5518.3362.35-
YUV120.95177.69153-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.59%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 209 (82.03% from 255) = 46.34%
R=34.59%
G=19.07%
B=46.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal156862090.250.5900.18274.1557.2157.84
Hex9C56D1193B012112393a
Octal23412632131730224227172
Binary1001110010101101101000111001111011010010100010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C56D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,86,209); }

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

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

 a { background-color: rgb(156,86,209); }

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

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

 span { border-color: rgb(156,86,209); }

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