#9C5ECA

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

Shades of Amethyst #9C5ECA

Tints of Amethyst #9C5ECA

Color information

#9C5ECA (or 0x9C5ECA) is unknown color: approx Amethyst. HEX triplet: 9C, 5E and CA. RGB value is (156,94,202). Sum of RGB (Red+Green+Blue) = 156+94+202=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C5ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ECA is #63A135. Grayscale: #7C7C7C. Windows color (decimal): -6529334 or 13262492. OLE color: 13262492.

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

Color convert

RGB15694202-
CMYK0.230.5300.21
HSL274.44º50.47%58.04%-
HSV(B)274.44º53.47%79.22%-
XYZ28.3719.3458.11-
YUV124.85171.54150.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.51%
GREEN value IS 94 (37.11% from 255) = 20.80%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=34.51%
G=20.80%
B=44.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156942020.230.5300.21274.4450.4758.04
Hex9C5ECA1735015112323a
Octal23413631227650254226272
Binary1001110010111101100101010111110101010101100010010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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