#8F5DC1

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

Shades of Amethyst #8F5DC1

Tints of Amethyst #8F5DC1

Color information

#8F5DC1 (or 0x8F5DC1) is unknown color: approx Amethyst. HEX triplet: 8F, 5D and C1. RGB value is (143,93,193). Sum of RGB (Red+Green+Blue) = 143+93+193=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F5DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5DC1 is #70A23E. Grayscale: #777777. Windows color (decimal): -7381567 or 12672399. OLE color: 12672399.

HSL color Cylindrical-coordinate representation of color #8F5DC1: hue angle of 270º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F5DC1 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14393193-
CMYK0.260.5200.24
HSL270º44.64%56.08%-
HSV(B)270º51.81%75.69%-
XYZ24.8717.5252.52-
YUV119.35169.56144.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 193 (75.78% from 255) = 44.99%
R=33.33%
G=21.68%
B=44.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143931930.260.5200.2427044.6456.08
Hex8F5DC11A3401810e2d38
Octal21713530132640304165570
Binary1000111110111011100000111010110100011000100001110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,93,193); }

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

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

 a { background-color: rgb(143,93,193); }

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

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

 span { border-color: rgb(143,93,193); }

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