#8B57CA

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

Shades of Amethyst #8B57CA

Tints of Amethyst #8B57CA

Color information

#8B57CA (or 0x8B57CA) is unknown color: approx Amethyst. HEX triplet: 8B, 57 and CA. RGB value is (139,87,202). Sum of RGB (Red+Green+Blue) = 139+87+202=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B57CA is #74A835. Grayscale: #737373. Windows color (decimal): -7645238 or 13260683. OLE color: 13260683.

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

Color convert

RGB13987202-
CMYK0.310.5700.21
HSL267.13º52.04%56.67%-
HSV(B)267.13º56.93%79.22%-
XYZ24.7216.5757.77-
YUV115.66176.73144.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=32.48%
G=20.33%
B=47.20%

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
Decimal139872020.310.5700.21267.1352.0456.67
Hex8B57CA1F3901510b3439
Octal21312731237710254136471
Binary1000101110101111100101011111111001010101100001011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B57CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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