#8E5FBE

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

Shades of Amethyst #8E5FBE

Tints of Amethyst #8E5FBE

Color information

#8E5FBE (or 0x8E5FBE) is unknown color: approx Amethyst. HEX triplet: 8E, 5F and BE. RGB value is (142,95,190). Sum of RGB (Red+Green+Blue) = 142+95+190=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E5FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5FBE is #71A041. Grayscale: #777777. Windows color (decimal): -7446594 or 12476302. OLE color: 12476302.

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

Color convert

RGB14295190-
CMYK0.250.500.25
HSL269.68º42.22%55.88%-
HSV(B)269.68º50%74.51%-
XYZ24.5417.6550.83-
YUV119.88167.57143.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=33.26%
G=22.25%
B=44.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142951900.250.500.25269.6842.2255.88
Hex8E5FBE193201910e2a38
Octal21613727631620314165270
Binary1000111010111111011111011001110010011001100001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,190); }

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

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

 a { background-color: rgb(142,95,190); }

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

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

 span { border-color: rgb(142,95,190); }

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