#8E5BCC

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

Shades of Amethyst #8E5BCC

Tints of Amethyst #8E5BCC

Color information

#8E5BCC (or 0x8E5BCC) is unknown color: approx Amethyst. HEX triplet: 8E, 5B and CC. RGB value is (142,91,204). Sum of RGB (Red+Green+Blue) = 142+91+204=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5BCC is #71A433. Grayscale: #767676. Windows color (decimal): -7447604 or 13392782. OLE color: 13392782.

HSL color Cylindrical-coordinate representation of color #8E5BCC: hue angle of 267.08º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E5BCC is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14291204-
CMYK0.300.5500.2
HSL267.08º52.56%57.84%-
HSV(B)267.08º55.39%80%-
XYZ25.817.5959.16-
YUV119.13175.9144.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=32.49%
G=20.82%
B=46.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal142912040.300.5500.2267.0852.5657.84
Hex8E5BCC1E3701410b353a
Octal21613331436670244136572
Binary1000111010110111100110011110110111010100100001011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,91,204); }

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

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

 a { background-color: rgb(142,91,204); }

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

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

 span { border-color: rgb(142,91,204); }

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