#8F5ECE

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

Shades of Amethyst #8F5ECE

Tints of Amethyst #8F5ECE

Color information

#8F5ECE (or 0x8F5ECE) is unknown color: approx Amethyst. HEX triplet: 8F, 5E and CE. RGB value is (143,94,206). Sum of RGB (Red+Green+Blue) = 143+94+206=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5ECE is #70A131. Grayscale: #797979. Windows color (decimal): -7381298 or 13524623. OLE color: 13524623.

HSL color Cylindrical-coordinate representation of color #8F5ECE: hue angle of 266.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F5ECE is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14394206-
CMYK0.310.5400.19
HSL266.25º53.33%58.82%-
HSV(B)266.25º54.37%80.78%-
XYZ26.4718.360.53-
YUV121.42175.73143.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.28%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 206 (80.86% from 255) = 46.50%
R=32.28%
G=21.22%
B=46.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal143942060.310.5400.19266.2553.3358.82
Hex8F5ECE1F3601310a353b
Octal21713631637660234126573
Binary1000111110111101100111011111110110010011100001010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,94,206); }

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

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

 a { background-color: rgb(143,94,206); }

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

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

 span { border-color: rgb(143,94,206); }

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