#8F52D1

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

Shades of Amethyst #8F52D1

Tints of Amethyst #8F52D1

Color information

#8F52D1 (or 0x8F52D1) is unknown color: approx Amethyst. HEX triplet: 8F, 52 and D1. RGB value is (143,82,209). Sum of RGB (Red+Green+Blue) = 143+82+209=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F52D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52D1 is #70AD2E. Grayscale: #727272. Windows color (decimal): -7384367 or 13718159. OLE color: 13718159.

HSL color Cylindrical-coordinate representation of color #8F52D1: hue angle of 268.82º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F52D1 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14382209-
CMYK0.320.6100.18
HSL268.82º57.99%57.06%-
HSV(B)268.82º60.77%81.96%-
XYZ25.8516.4862.14-
YUV114.72181.21148.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=32.95%
G=18.89%
B=48.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal143822090.320.6100.18268.8257.9957.06
Hex8F52D1203D01210d3a39
Octal21712232140750224157271
Binary10001111101001011010001100000111101010010100001101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F52D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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