#9C68C5

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

Shades of Amethyst #9C68C5

Tints of Amethyst #9C68C5

Color information

#9C68C5 (or 0x9C68C5) is unknown color: approx Amethyst. HEX triplet: 9C, 68 and C5. RGB value is (156,104,197). Sum of RGB (Red+Green+Blue) = 156+104+197=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #9C68C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C68C5 is #63973A. Grayscale: #818181. Windows color (decimal): -6526779 or 12937372. OLE color: 12937372.

HSL color Cylindrical-coordinate representation of color #9C68C5: hue angle of 273.55º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C68C5 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB156104197-
CMYK0.210.4700.23
HSL273.55º44.5%59.02%-
HSV(B)273.55º47.21%77.25%-
XYZ28.742155.36-
YUV130.15165.73146.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.14%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 197 (77.34% from 255) = 43.11%
R=34.14%
G=22.76%
B=43.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1561041970.210.4700.23273.5544.559.02
Hex9C68C5152F0171122c3b
Octal23415030525570274225473
Binary1001110011010001100010110101101111010111100010010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C68C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,104,197); }

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

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

 a { background-color: rgb(156,104,197); }

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

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

 span { border-color: rgb(156,104,197); }

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