#8C5EBF

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

Shades of Amethyst #8C5EBF

Tints of Amethyst #8C5EBF

Color information

#8C5EBF (or 0x8C5EBF) is unknown color: approx Amethyst. HEX triplet: 8C, 5E and BF. RGB value is (140,94,191). Sum of RGB (Red+Green+Blue) = 140+94+191=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5EBF is #73A140. Grayscale: #767676. Windows color (decimal): -7577921 or 12541580. OLE color: 12541580.

HSL color Cylindrical-coordinate representation of color #8C5EBF: hue angle of 268.45º 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 #8C5EBF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14094191-
CMYK0.270.5100.25
HSL268.45º43.11%55.88%-
HSV(B)268.45º50.79%74.9%-
XYZ24.2217.3451.36-
YUV118.81168.74143.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.94%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 191 (75% from 255) = 44.94%
R=32.94%
G=22.12%
B=44.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140941910.270.5100.25268.4543.1155.88
Hex8C5EBF1B3301910c2b38
Octal21413627733630314145370
Binary1000110010111101011111111011110011011001100001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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