#8F4FD1

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

Shades of Amethyst #8F4FD1

Tints of Amethyst #8F4FD1

Color information

#8F4FD1 (or 0x8F4FD1) is unknown color: approx Amethyst. HEX triplet: 8F, 4F and D1. RGB value is (143,79,209). Sum of RGB (Red+Green+Blue) = 143+79+209=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F4FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4FD1 is #70B02E. Grayscale: #707070. Windows color (decimal): -7385135 or 13717391. OLE color: 13717391.

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

Color convert

RGB14379209-
CMYK0.320.6200.18
HSL269.54º58.56%56.47%-
HSV(B)269.54º62.2%81.96%-
XYZ25.6316.0462.07-
YUV112.96182.2149.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.18%
GREEN value IS 79 (31.25% from 255) = 18.33%
BLUE value IS 209 (82.03% from 255) = 48.49%
R=33.18%
G=18.33%
B=48.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal143792090.320.6200.18269.5458.5656.47
Hex8F4FD1203E01210e3b38
Octal21711732140760224167370
Binary10001111100111111010001100000111110010010100001110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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