#8F5EC1

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

Shades of Amethyst #8F5EC1

Tints of Amethyst #8F5EC1

Color information

#8F5EC1 (or 0x8F5EC1) is unknown color: approx Amethyst. HEX triplet: 8F, 5E and C1. RGB value is (143,94,193). Sum of RGB (Red+Green+Blue) = 143+94+193=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F5EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5EC1 is #70A13E. Grayscale: #777777. Windows color (decimal): -7381311 or 12672655. OLE color: 12672655.

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

Color convert

RGB14394193-
CMYK0.260.5100.24
HSL269.7º44.39%56.27%-
HSV(B)269.7º51.3%75.69%-
XYZ24.9617.752.55-
YUV119.94169.23144.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.26%
GREEN value IS 94 (37.11% from 255) = 21.86%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=33.26%
G=21.86%
B=44.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143941930.260.5100.24269.744.3956.27
Hex8F5EC11A3301810e2c38
Octal21713630132630304165470
Binary1000111110111101100000111010110011011000100001110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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