#9A6CC5

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

Shades of Amethyst #9A6CC5

Tints of Amethyst #9A6CC5

Color information

#9A6CC5 (or 0x9A6CC5) is unknown color: approx Amethyst. HEX triplet: 9A, 6C and C5. RGB value is (154,108,197). Sum of RGB (Red+Green+Blue) = 154+108+197=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #9A6CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CC5 is #65933A. Grayscale: #838383. Windows color (decimal): -6656827 or 12938394. OLE color: 12938394.

HSL color Cylindrical-coordinate representation of color #9A6CC5: hue angle of 271.01º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A6CC5 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB154108197-
CMYK0.220.4500.23
HSL271.01º43.41%59.8%-
HSV(B)271.01º45.18%77.25%-
XYZ28.7721.6355.48-
YUV131.9164.74143.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=33.55%
G=23.53%
B=42.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541081970.220.4500.23271.0143.4159.8
Hex9A6CC5162D01710f2b3c
Octal23215430526550274175374
Binary1001101011011001100010110110101101010111100001111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,108,197); }

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

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

 a { background-color: rgb(154,108,197); }

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

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

 span { border-color: rgb(154,108,197); }

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