#8C57CA

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

Shades of Amethyst #8C57CA

Tints of Amethyst #8C57CA

Color information

#8C57CA (or 0x8C57CA) is unknown color: approx Amethyst. HEX triplet: 8C, 57 and CA. RGB value is (140,87,202). Sum of RGB (Red+Green+Blue) = 140+87+202=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C57CA is #73A835. Grayscale: #737373. Windows color (decimal): -7579702 or 13260684. OLE color: 13260684.

HSL color Cylindrical-coordinate representation of color #8C57CA: hue angle of 267.65º 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 #8C57CA is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14087202-
CMYK0.310.5700.21
HSL267.65º52.04%56.67%-
HSV(B)267.65º56.93%79.22%-
XYZ24.8816.6657.78-
YUV115.96176.56145.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.63%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=32.63%
G=20.28%
B=47.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140872020.310.5700.21267.6552.0456.67
Hex8C57CA1F3901510c3439
Octal21412731237710254146471
Binary1000110010101111100101011111111001010101100001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C57CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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