#9F68BF

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

Shades of Amethyst #9F68BF

Tints of Amethyst #9F68BF

Color information

#9F68BF (or 0x9F68BF) is unknown color: approx Amethyst. HEX triplet: 9F, 68 and BF. RGB value is (159,104,191). Sum of RGB (Red+Green+Blue) = 159+104+191=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F68BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F68BF is #609740. Grayscale: #828282. Windows color (decimal): -6330177 or 12544159. OLE color: 12544159.

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

Color convert

RGB159104191-
CMYK0.170.4600.25
HSL277.93º40.47%57.84%-
HSV(B)277.93º45.55%74.9%-
XYZ28.6521.0351.84-
YUV130.36162.22148.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.02%
GREEN value IS 104 (41.02% from 255) = 22.91%
BLUE value IS 191 (75% from 255) = 42.07%
R=35.02%
G=22.91%
B=42.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591041910.170.4600.25277.9340.4757.84
Hex9F68BF112E019116283a
Octal23715027721560314265072
Binary1001111111010001011111110001101110011001100010110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F68BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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