#9f67bf

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

Shades of Amethyst #9F67BF

Tints of Amethyst #9F67BF

Color information

#9F67BF (or 0x9F67BF) is unknown color: approx Amethyst. HEX triplet: 9F, 67 and BF. RGB value is (159,103,191). Sum of RGB (Red+Green+Blue) = 159+103+191=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F67BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F67BF is #609840. Grayscale: #818181. Windows color (decimal): -6330433 or 12543903. OLE color: 12543903.

HSL color Cylindrical-coordinate representation of color #9F67BF: hue angle of 278.18º degrees, saturation: 0.41, 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 #9F67BF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159103191-
CMYK0.170.4600.25
HSL278.18º40.74%57.65%-
HSV(B)278.18º46.07%74.9%-
XYZ28.5520.8351.81-
YUV129.78162.55148.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.10%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 191 (75% from 255) = 42.16%
R=35.10%
G=22.74%
B=42.16%

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
Decimal1591031910.170.4600.25278.1840.7457.65
Hex9F67BF112E019116293a
Octal23714727721560314265172
Binary1001111111001111011111110001101110011001100010110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f67bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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