#9C6DC1

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

Shades of Amethyst #9C6DC1

Tints of Amethyst #9C6DC1

Color information

#9C6DC1 (or 0x9C6DC1) is unknown color: approx Amethyst. HEX triplet: 9C, 6D and C1. RGB value is (156,109,193). Sum of RGB (Red+Green+Blue) = 156+109+193=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C6DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DC1 is #63923E. Grayscale: #848484. Windows color (decimal): -6525503 or 12676508. OLE color: 12676508.

HSL color Cylindrical-coordinate representation of color #9C6DC1: hue angle of 273.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C6DC1 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156109193-
CMYK0.190.4400.24
HSL273.57º40.38%59.22%-
HSV(B)273.57º43.52%75.69%-
XYZ28.821.8653.15-
YUV132.63162.07144.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.06%
GREEN value IS 109 (42.97% from 255) = 23.80%
BLUE value IS 193 (75.78% from 255) = 42.14%
R=34.06%
G=23.80%
B=42.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561091930.190.4400.24273.5740.3859.22
Hex9C6DC1132C018112283b
Octal23415530123540304225073
Binary1001110011011011100000110011101100011000100010010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,109,193); }

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

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

 a { background-color: rgb(156,109,193); }

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

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

 span { border-color: rgb(156,109,193); }

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