#9A6BC1

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

Shades of Amethyst #9A6BC1

Tints of Amethyst #9A6BC1

Color information

#9A6BC1 (or 0x9A6BC1) is unknown color: approx Amethyst. HEX triplet: 9A, 6B and C1. RGB value is (154,107,193). Sum of RGB (Red+Green+Blue) = 154+107+193=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A6BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BC1 is #65943E. Grayscale: #828282. Windows color (decimal): -6657087 or 12675994. OLE color: 12675994.

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

Color convert

RGB154107193-
CMYK0.200.4500.24
HSL272.79º40.95%58.82%-
HSV(B)272.79º44.56%75.69%-
XYZ28.2121.2453.06-
YUV130.86163.07144.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=33.92%
G=23.57%
B=42.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541071930.200.4500.24272.7940.9558.82
Hex9A6BC1142D018111293b
Octal23215330124550304215173
Binary1001101011010111100000110100101101011000100010001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,107,193); }

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

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

 a { background-color: rgb(154,107,193); }

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

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

 span { border-color: rgb(154,107,193); }

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