#9A6DC9

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

Shades of Amethyst #9A6DC9

Tints of Amethyst #9A6DC9

Color information

#9A6DC9 (or 0x9A6DC9) is unknown color: approx Amethyst. HEX triplet: 9A, 6D and C9. RGB value is (154,109,201). Sum of RGB (Red+Green+Blue) = 154+109+201=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A6DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6DC9 is #659236. Grayscale: #848484. Windows color (decimal): -6656567 or 13200794. OLE color: 13200794.

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

Color convert

RGB154109201-
CMYK0.230.4600.21
HSL269.35º46%60.78%-
HSV(B)269.35º45.77%78.82%-
XYZ29.3422.0257.96-
YUV132.94166.41143.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 109 (42.97% from 255) = 23.49%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=33.19%
G=23.49%
B=43.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541092010.230.4600.21269.354660.78
Hex9A6DC9172E01510d2e3d
Octal23215531127560254155675
Binary1001101011011011100100110111101110010101100001101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,109,201); }

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

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

 a { background-color: rgb(154,109,201); }

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

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

 span { border-color: rgb(154,109,201); }

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