#9C59CA

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

Shades of Amethyst #9C59CA

Tints of Amethyst #9C59CA

Color information

#9C59CA (or 0x9C59CA) is unknown color: approx Amethyst. HEX triplet: 9C, 59 and CA. RGB value is (156,89,202). Sum of RGB (Red+Green+Blue) = 156+89+202=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C59CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C59CA is #63A635. Grayscale: #797979. Windows color (decimal): -6530614 or 13261212. OLE color: 13261212.

HSL color Cylindrical-coordinate representation of color #9C59CA: hue angle of 275.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C59CA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15689202-
CMYK0.230.5600.21
HSL275.58º51.6%57.06%-
HSV(B)275.58º55.94%79.22%-
XYZ27.9418.4857.97-
YUV121.92173.2152.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=34.90%
G=19.91%
B=45.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156892020.230.5600.21275.5851.657.06
Hex9C59CA17380151143439
Octal23413131227700254246471
Binary1001110010110011100101010111111000010101100010100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C59CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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