#9F6ABF

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

Shades of Amethyst #9F6ABF

Tints of Amethyst #9F6ABF

Color information

#9F6ABF (or 0x9F6ABF) is unknown color: approx Amethyst. HEX triplet: 9F, 6A and BF. RGB value is (159,106,191). Sum of RGB (Red+Green+Blue) = 159+106+191=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F6ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ABF is #609540. Grayscale: #838383. Windows color (decimal): -6329665 or 12544671. OLE color: 12544671.

HSL color Cylindrical-coordinate representation of color #9F6ABF: hue angle of 277.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F6ABF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159106191-
CMYK0.170.4500.25
HSL277.41º39.91%58.24%-
HSV(B)277.41º44.5%74.9%-
XYZ28.8621.4451.91-
YUV131.54161.56147.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 106 (41.80% from 255) = 23.25%
BLUE value IS 191 (75% from 255) = 41.89%
R=34.87%
G=23.25%
B=41.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591061910.170.4500.25277.4139.9158.24
Hex9F6ABF112D019115283a
Octal23715227721550314255072
Binary1001111111010101011111110001101101011001100010101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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