#8f57ca

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

Shades of Amethyst #8F57CA

Tints of Amethyst #8F57CA

Color information

#8F57CA (or 0x8F57CA) is unknown color: approx Amethyst. HEX triplet: 8F, 57 and CA. RGB value is (143,87,202). Sum of RGB (Red+Green+Blue) = 143+87+202=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F57CA is #70A835. Grayscale: #747474. Windows color (decimal): -7383094 or 13260687. OLE color: 13260687.

HSL color Cylindrical-coordinate representation of color #8F57CA: hue angle of 269.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F57CA is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14387202-
CMYK0.290.5700.21
HSL269.22º52.04%56.67%-
HSV(B)269.22º56.93%79.22%-
XYZ25.416.9257.8-
YUV116.85176.05146.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 87 (34.38% from 255) = 20.14%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=33.10%
G=20.14%
B=46.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143872020.290.5700.21269.2252.0456.67
Hex8F57CA1D3901510d3439
Octal21712731235710254156471
Binary1000111110101111100101011101111001010101100001101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f57ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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