#9A6CD0

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

Shades of Amethyst #9A6CD0

Tints of Amethyst #9A6CD0

Color information

#9A6CD0 (or 0x9A6CD0) is unknown color: approx Amethyst. HEX triplet: 9A, 6C and D0. RGB value is (154,108,208). Sum of RGB (Red+Green+Blue) = 154+108+208=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A6CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CD0 is #65932F. Grayscale: #848484. Windows color (decimal): -6656816 or 13659290. OLE color: 13659290.

HSL color Cylindrical-coordinate representation of color #9A6CD0: hue angle of 267.6º 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 #9A6CD0 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB154108208-
CMYK0.260.4800.18
HSL267.6º51.55%61.96%-
HSV(B)267.6º48.08%81.57%-
XYZ30.0722.1562.36-
YUV133.15170.24142.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=32.77%
G=22.98%
B=44.26%

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
Decimal1541082080.260.4800.18267.651.5561.96
Hex9A6CD01A3001210c343e
Octal23215432032600224146476
Binary1001101011011001101000011010110000010010100001100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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