#9C53E9

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

Shades of Amethyst #9C53E9

Tints of Amethyst #9C53E9

Color information

#9C53E9 (or 0x9C53E9) is unknown color: approx Amethyst. HEX triplet: 9C, 53 and E9. RGB value is (156,83,233). Sum of RGB (Red+Green+Blue) = 156+83+233=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #9C53E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C53E9 is #63AC16. Grayscale: #797979. Windows color (decimal): -6532119 or 15291292. OLE color: 15291292.

HSL color Cylindrical-coordinate representation of color #9C53E9: hue angle of 269.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C53E9 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15683233-
CMYK0.330.6400.09
HSL269.2º77.32%61.96%-
HSV(B)269.2º64.38%91.37%-
XYZ31.5119.1479.12-
YUV121.93190.68152.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 83 (32.81% from 255) = 17.58%
BLUE value IS 233 (91.41% from 255) = 49.36%
R=33.05%
G=17.58%
B=49.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal156832330.330.6400.09269.277.3261.96
Hex9C53E921400910d4d3e
Octal2341233514110001141511576
Binary100111001010011111010011000011000000010011000011011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C53E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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