#8D5EBF

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

Shades of Amethyst #8D5EBF

Tints of Amethyst #8D5EBF

Color information

#8D5EBF (or 0x8D5EBF) is unknown color: approx Amethyst. HEX triplet: 8D, 5E and BF. RGB value is (141,94,191). Sum of RGB (Red+Green+Blue) = 141+94+191=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5EBF is #72A140. Grayscale: #767676. Windows color (decimal): -7512385 or 12541581. OLE color: 12541581.

HSL color Cylindrical-coordinate representation of color #8D5EBF: hue angle of 269.07º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D5EBF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14194191-
CMYK0.260.5100.25
HSL269.07º43.11%55.88%-
HSV(B)269.07º50.79%74.9%-
XYZ24.3917.4351.37-
YUV119.11168.57143.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.10%
GREEN value IS 94 (37.11% from 255) = 22.07%
BLUE value IS 191 (75% from 255) = 44.84%
R=33.10%
G=22.07%
B=44.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141941910.260.5100.25269.0743.1155.88
Hex8D5EBF1A3301910d2b38
Octal21513627732630314155370
Binary1000110110111101011111111010110011011001100001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,94,191); }

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

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

 a { background-color: rgb(141,94,191); }

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

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

 span { border-color: rgb(141,94,191); }

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