#9C59D7

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

Shades of Amethyst #9C59D7

Tints of Amethyst #9C59D7

Color information

#9C59D7 (or 0x9C59D7) is unknown color: approx Amethyst. HEX triplet: 9C, 59 and D7. RGB value is (156,89,215). Sum of RGB (Red+Green+Blue) = 156+89+215=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #9C59D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C59D7 is #63A628. Grayscale: #7A7A7A. Windows color (decimal): -6530601 or 14113180. OLE color: 14113180.

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

Color convert

RGB15689215-
CMYK0.270.5900.16
HSL271.9º61.17%59.61%-
HSV(B)271.9º58.6%84.31%-
XYZ29.5519.1266.42-
YUV123.4179.7151.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 89 (35.16% from 255) = 19.35%
BLUE value IS 215 (84.38% from 255) = 46.74%
R=33.91%
G=19.35%
B=46.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156892150.270.5900.16271.961.1759.61
Hex9C59D71B3B0101103d3c
Octal23413132733730204207574
Binary1001110010110011101011111011111011010000100010000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C59D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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