#8B57CB

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

Shades of Amethyst #8B57CB

Tints of Amethyst #8B57CB

Color information

#8B57CB (or 0x8B57CB) is unknown color: approx Amethyst. HEX triplet: 8B, 57 and CB. RGB value is (139,87,203). Sum of RGB (Red+Green+Blue) = 139+87+203=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B57CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B57CB is #74A834. Grayscale: #737373. Windows color (decimal): -7645237 or 13326219. OLE color: 13326219.

HSL color Cylindrical-coordinate representation of color #8B57CB: hue angle of 266.9º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B57CB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13987203-
CMYK0.320.5700.20
HSL266.9º52.73%56.86%-
HSV(B)266.9º57.14%79.61%-
XYZ24.8416.6258.4-
YUV115.77177.23144.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.40%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=32.40%
G=20.28%
B=47.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139872030.320.5700.20266.952.7356.86
Hex8B57CB203901410b3539
Octal21312731340710244136571
Binary10001011101011111001011100000111001010100100001011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B57CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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