#9A6CD1

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

Shades of Amethyst #9A6CD1

Tints of Amethyst #9A6CD1

Color information

#9A6CD1 (or 0x9A6CD1) is unknown color: approx Amethyst. HEX triplet: 9A, 6C and D1. RGB value is (154,108,209). Sum of RGB (Red+Green+Blue) = 154+108+209=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #9A6CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CD1 is #65932E. Grayscale: #848484. Windows color (decimal): -6656815 or 13724826. OLE color: 13724826.

HSL color Cylindrical-coordinate representation of color #9A6CD1: hue angle of 267.33º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A6CD1 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB154108209-
CMYK0.260.4800.18
HSL267.33º52.33%62.16%-
HSV(B)267.33º48.33%81.96%-
XYZ30.222.263.01-
YUV133.27170.74142.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 209 (82.03% from 255) = 44.37%
R=32.70%
G=22.93%
B=44.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1541082090.260.4800.18267.3352.3362.16
Hex9A6CD11A3001210b343e
Octal23215432132600224136476
Binary1001101011011001101000111010110000010010100001011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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