#9C53D7

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

Shades of Amethyst #9C53D7

Tints of Amethyst #9C53D7

Color information

#9C53D7 (or 0x9C53D7) is unknown color: approx Amethyst. HEX triplet: 9C, 53 and D7. RGB value is (156,83,215). Sum of RGB (Red+Green+Blue) = 156+83+215=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #9C53D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C53D7 is #63AC28. Grayscale: #777777. Windows color (decimal): -6532137 or 14111644. OLE color: 14111644.

HSL color Cylindrical-coordinate representation of color #9C53D7: hue angle of 273.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C53D7 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15683215-
CMYK0.270.6100.16
HSL273.18º62.26%58.43%-
HSV(B)273.18º61.4%84.31%-
XYZ29.0718.1666.26-
YUV119.88181.68153.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 83 (32.81% from 255) = 18.28%
BLUE value IS 215 (84.38% from 255) = 47.36%
R=34.36%
G=18.28%
B=47.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156832150.270.6100.16273.1862.2658.43
Hex9C53D71B3D0101113e3a
Octal23412332733750204217672
Binary1001110010100111101011111011111101010000100010001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C53D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,215); }

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

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

 a { background-color: rgb(156,83,215); }

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

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

 span { border-color: rgb(156,83,215); }

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