#8B56CE

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

Shades of Amethyst #8B56CE

Tints of Amethyst #8B56CE

Color information

#8B56CE (or 0x8B56CE) is unknown color: approx Amethyst. HEX triplet: 8B, 56 and CE. RGB value is (139,86,206). Sum of RGB (Red+Green+Blue) = 139+86+206=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B56CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B56CE is #74A931. Grayscale: #737373. Windows color (decimal): -7645490 or 13522571. OLE color: 13522571.

HSL color Cylindrical-coordinate representation of color #8B56CE: hue angle of 266.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B56CE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13986206-
CMYK0.330.5800.19
HSL266.5º55.05%57.25%-
HSV(B)266.5º58.25%80.78%-
XYZ25.1216.660.27-
YUV115.53179.06144.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.25%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 206 (80.86% from 255) = 47.80%
R=32.25%
G=19.95%
B=47.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139862060.330.5800.19266.555.0557.25
Hex8B56CE213A01310a3739
Octal21312631641720234126771
Binary10001011101011011001110100001111010010011100001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B56CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,86,206); }

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

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

 a { background-color: rgb(139,86,206); }

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

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

 span { border-color: rgb(139,86,206); }

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