#8f57c6

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

Shades of Amethyst #8F57C6

Tints of Amethyst #8F57C6

Color information

#8F57C6 (or 0x8F57C6) is unknown color: approx Amethyst. HEX triplet: 8F, 57 and C6. RGB value is (143,87,198). Sum of RGB (Red+Green+Blue) = 143+87+198=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F57C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F57C6 is #70A839. Grayscale: #747474. Windows color (decimal): -7383098 or 12998543. OLE color: 12998543.

HSL color Cylindrical-coordinate representation of color #8F57C6: hue angle of 270.27º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F57C6 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14387198-
CMYK0.280.5600.22
HSL270.27º49.33%55.88%-
HSV(B)270.27º56.06%77.65%-
XYZ24.9316.7355.34-
YUV116.4174.05146.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.41%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 198 (77.73% from 255) = 46.26%
R=33.41%
G=20.33%
B=46.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal143871980.280.5600.22270.2749.3355.88
Hex8F57C61C3801610e3138
Octal21712730634700264166170
Binary1000111110101111100011011100111000010110100001110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f57c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,87,198); }

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

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

 a { background-color: rgb(143,87,198); }

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

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

 span { border-color: rgb(143,87,198); }

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