#8F5FBF

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

Shades of Amethyst #8F5FBF

Tints of Amethyst #8F5FBF

Color information

#8F5FBF (or 0x8F5FBF) is unknown color: approx Amethyst. HEX triplet: 8F, 5F and BF. RGB value is (143,95,191). Sum of RGB (Red+Green+Blue) = 143+95+191=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F5FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5FBF is #70A040. Grayscale: #777777. Windows color (decimal): -7381057 or 12541839. OLE color: 12541839.

HSL color Cylindrical-coordinate representation of color #8F5FBF: hue angle of 270º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F5FBF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14395191-
CMYK0.250.5000.25
HSL270º42.86%56.08%-
HSV(B)270º50.26%74.9%-
XYZ24.8217.7951.41-
YUV120.3167.9144.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.33%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 191 (75% from 255) = 44.52%
R=33.33%
G=22.14%
B=44.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143951910.250.5000.2527042.8656.08
Hex8F5FBF193201910e2b38
Octal21713727731620314165370
Binary1000111110111111011111111001110010011001100001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F5FBF; }

 p { color: rgb(143,95,191); }

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

<style>
 a { background-color: #8F5FBF; }

 a { background-color: rgb(143,95,191); }

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

<style>
 span { border-color: #8F5FBF; }

 span { border-color: rgb(143,95,191); }

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