#9F6BBF

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

Shades of Amethyst #9F6BBF

Tints of Amethyst #9F6BBF

Color information

#9F6BBF (or 0x9F6BBF) is unknown color: approx Amethyst. HEX triplet: 9F, 6B and BF. RGB value is (159,107,191). Sum of RGB (Red+Green+Blue) = 159+107+191=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F6BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6BBF is #609440. Grayscale: #838383. Windows color (decimal): -6329409 or 12544927. OLE color: 12544927.

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

Color convert

RGB159107191-
CMYK0.170.4400.25
HSL277.14º39.62%58.43%-
HSV(B)277.14º43.98%74.9%-
XYZ28.9621.6551.94-
YUV132.12161.23147.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 191 (75% from 255) = 41.79%
R=34.79%
G=23.41%
B=41.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591071910.170.4400.25277.1439.6258.43
Hex9F6BBF112C019115283a
Octal23715327721540314255072
Binary1001111111010111011111110001101100011001100010101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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