#9C5CCE

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

Shades of Amethyst #9C5CCE

Tints of Amethyst #9C5CCE

Color information

#9C5CCE (or 0x9C5CCE) is unknown color: approx Amethyst. HEX triplet: 9C, 5C and CE. RGB value is (156,92,206). Sum of RGB (Red+Green+Blue) = 156+92+206=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CCE is #63A331. Grayscale: #7B7B7B. Windows color (decimal): -6529842 or 13524124. OLE color: 13524124.

HSL color Cylindrical-coordinate representation of color #9C5CCE: hue angle of 273.68º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C5CCE is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15692206-
CMYK0.240.5500.19
HSL273.68º53.77%58.43%-
HSV(B)273.68º55.34%80.78%-
XYZ28.6819.1860.58-
YUV124.13174.2150.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 92 (36.33% from 255) = 20.26%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=34.36%
G=20.26%
B=45.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal156922060.240.5500.19273.6853.7758.43
Hex9C5CCE1837013112363a
Octal23413431630670234226672
Binary1001110010111001100111011000110111010011100010010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,92,206); }

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

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

 a { background-color: rgb(156,92,206); }

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

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

 span { border-color: rgb(156,92,206); }

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