#8F52E0

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

Shades of Amethyst #8F52E0

Tints of Amethyst #8F52E0

Color information

#8F52E0 (or 0x8F52E0) is unknown color: approx Amethyst. HEX triplet: 8F, 52 and E0. RGB value is (143,82,224). Sum of RGB (Red+Green+Blue) = 143+82+224=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F52E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52E0 is #70AD1F. Grayscale: #737373. Windows color (decimal): -7384352 or 14701199. OLE color: 14701199.

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

Color convert

RGB14382224-
CMYK0.360.6300.12
HSL265.77º69.61%60%-
HSV(B)265.77º63.39%87.84%-
XYZ27.817.2672.39-
YUV116.43188.71146.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.85%
GREEN value IS 82 (32.42% from 255) = 18.26%
BLUE value IS 224 (87.89% from 255) = 49.89%
R=31.85%
G=18.26%
B=49.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143822240.360.6300.12265.7769.6160
Hex8F52E0243F0C10a463c
Octal217122340447701441210674
Binary10001111101001011100000100100111111011001000010101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F52E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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