#8F52E1

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

Shades of Amethyst #8F52E1

Tints of Amethyst #8F52E1

Color information

#8F52E1 (or 0x8F52E1) is unknown color: approx Amethyst. HEX triplet: 8F, 52 and E1. RGB value is (143,82,225). Sum of RGB (Red+Green+Blue) = 143+82+225=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F52E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52E1 is #70AD1E. Grayscale: #747474. Windows color (decimal): -7384351 or 14766735. OLE color: 14766735.

HSL color Cylindrical-coordinate representation of color #8F52E1: hue angle of 265.59º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F52E1 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14382225-
CMYK0.360.6400.12
HSL265.59º70.44%60.2%-
HSV(B)265.59º63.56%88.24%-
XYZ27.9417.3173.1-
YUV116.54189.21146.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 82 (32.42% from 255) = 18.22%
BLUE value IS 225 (88.28% from 255) = 50%
R=31.78%
G=18.22%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143822250.360.6400.12265.5970.4460.2
Hex8F52E124400C10a463c
Octal2171223414410001441210674
Binary100011111010010111000011001001000000011001000010101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F52E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,82,225); }

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

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

 a { background-color: rgb(143,82,225); }

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

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

 span { border-color: rgb(143,82,225); }

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