#9C56E9

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

Shades of Amethyst #9C56E9

Tints of Amethyst #9C56E9

Color information

#9C56E9 (or 0x9C56E9) is unknown color: approx Amethyst. HEX triplet: 9C, 56 and E9. RGB value is (156,86,233). Sum of RGB (Red+Green+Blue) = 156+86+233=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #9C56E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C56E9 is #63A916. Grayscale: #7B7B7B. Windows color (decimal): -6531351 or 15292060. OLE color: 15292060.

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

Color convert

RGB15686233-
CMYK0.330.6300.09
HSL268.57º76.96%62.55%-
HSV(B)268.57º63.09%91.37%-
XYZ31.7519.6179.2-
YUV123.69189.69151.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.84%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 233 (91.41% from 255) = 49.05%
R=32.84%
G=18.11%
B=49.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal156862330.330.6300.09268.5776.9662.55
Hex9C56E9213F0910d4d3f
Octal234126351417701141511577
Binary10011100101011011101001100001111111010011000011011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C56E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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