#8E5BCD

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

Shades of Amethyst #8E5BCD

Tints of Amethyst #8E5BCD

Color information

#8E5BCD (or 0x8E5BCD) is unknown color: approx Amethyst. HEX triplet: 8E, 5B and CD. RGB value is (142,91,205). Sum of RGB (Red+Green+Blue) = 142+91+205=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E5BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5BCD is #71A432. Grayscale: #767676. Windows color (decimal): -7447603 or 13458318. OLE color: 13458318.

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

Color convert

RGB14291205-
CMYK0.310.5600.20
HSL266.84º53.27%58.04%-
HSV(B)266.84º55.61%80.39%-
XYZ25.9217.6459.8-
YUV119.24176.4144.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.42%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=32.42%
G=20.78%
B=46.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142912050.310.5600.20266.8453.2758.04
Hex8E5BCD1F3801410b353a
Octal21613331537700244136572
Binary1000111010110111100110111111111000010100100001011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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