#9c57d1

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

Shades of Amethyst #9C57D1

Tints of Amethyst #9C57D1

Color information

#9C57D1 (or 0x9C57D1) is unknown color: approx Amethyst. HEX triplet: 9C, 57 and D1. RGB value is (156,87,209). Sum of RGB (Red+Green+Blue) = 156+87+209=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C57D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C57D1 is #63A82E. Grayscale: #797979. Windows color (decimal): -6531119 or 13719452. OLE color: 13719452.

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

Color convert

RGB15687209-
CMYK0.250.5800.18
HSL273.93º57.01%58.04%-
HSV(B)273.93º58.37%81.96%-
XYZ28.6318.4962.38-
YUV121.54177.36152.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.51%
GREEN value IS 87 (34.38% from 255) = 19.25%
BLUE value IS 209 (82.03% from 255) = 46.24%
R=34.51%
G=19.25%
B=46.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal156872090.250.5800.18273.9357.0158.04
Hex9C57D1193A012112393a
Octal23412732131720224227172
Binary1001110010101111101000111001111010010010100010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c57d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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