#8C5EBE

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

Shades of Amethyst #8C5EBE

Tints of Amethyst #8C5EBE

Color information

#8C5EBE (or 0x8C5EBE) is unknown color: approx Amethyst. HEX triplet: 8C, 5E and BE. RGB value is (140,94,190). Sum of RGB (Red+Green+Blue) = 140+94+190=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5EBE is #73A141. Grayscale: #767676. Windows color (decimal): -7577922 or 12476044. OLE color: 12476044.

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

Color convert

RGB14094190-
CMYK0.260.5100.25
HSL268.75º42.48%55.69%-
HSV(B)268.75º50.53%74.51%-
XYZ24.1117.350.78-
YUV118.7168.24143.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.02%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=33.02%
G=22.17%
B=44.81%

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
Decimal140941900.260.5100.25268.7542.4855.69
Hex8C5EBE1A3301910d2a38
Octal21413627632630314155270
Binary1000110010111101011111011010110011011001100001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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