#9A6DCF

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

Shades of Amethyst #9A6DCF

Tints of Amethyst #9A6DCF

Color information

#9A6DCF (or 0x9A6DCF) is unknown color: approx Amethyst. HEX triplet: 9A, 6D and CF. RGB value is (154,109,207). Sum of RGB (Red+Green+Blue) = 154+109+207=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6DCF is #659230. Grayscale: #858585. Windows color (decimal): -6656561 or 13594010. OLE color: 13594010.

HSL color Cylindrical-coordinate representation of color #9A6DCF: hue angle of 267.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A6DCF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154109207-
CMYK0.260.4700.19
HSL267.55º50.52%61.96%-
HSV(B)267.55º47.34%81.18%-
XYZ30.0622.3161.75-
YUV133.63169.41142.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 109 (42.97% from 255) = 23.19%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=32.77%
G=23.19%
B=44.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541092070.260.4700.19267.5550.5261.96
Hex9A6DCF1A2F01310c333e
Octal23215531732570234146376
Binary1001101011011011100111111010101111010011100001100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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