#9F6AD6

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

Shades of Amethyst #9F6AD6

Tints of Amethyst #9F6AD6

Color information

#9F6AD6 (or 0x9F6AD6) is unknown color: approx Amethyst. HEX triplet: 9F, 6A and D6. RGB value is (159,106,214). Sum of RGB (Red+Green+Blue) = 159+106+214=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F6AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6AD6 is #609529. Grayscale: #858585. Windows color (decimal): -6329642 or 14051999. OLE color: 14051999.

HSL color Cylindrical-coordinate representation of color #9F6AD6: hue angle of 269.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F6AD6 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB159106214-
CMYK0.260.5000.16
HSL269.44º56.84%62.75%-
HSV(B)269.44º50.47%83.92%-
XYZ31.5922.5366.3-
YUV134.16173.06145.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.19%
GREEN value IS 106 (41.80% from 255) = 22.13%
BLUE value IS 214 (83.98% from 255) = 44.68%
R=33.19%
G=22.13%
B=44.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1591062140.260.5000.16269.4456.8462.75
Hex9F6AD61A3201010d393f
Octal23715232632620204157177
Binary1001111111010101101011011010110010010000100001101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,106,214); }

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

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

 a { background-color: rgb(159,106,214); }

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

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

 span { border-color: rgb(159,106,214); }

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