#8F54DC

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

Shades of Amethyst #8F54DC

Tints of Amethyst #8F54DC

Color information

#8F54DC (or 0x8F54DC) is unknown color: approx Amethyst. HEX triplet: 8F, 54 and DC. RGB value is (143,84,220). Sum of RGB (Red+Green+Blue) = 143+84+220=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F54DC is #70AB23. Grayscale: #747474. Windows color (decimal): -7383844 or 14439567. OLE color: 14439567.

HSL color Cylindrical-coordinate representation of color #8F54DC: hue angle of 266.03º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F54DC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14384220-
CMYK0.350.6200.14
HSL266.03º66.02%59.61%-
HSV(B)266.03º61.82%86.27%-
XYZ27.4217.3569.61-
YUV117.14186.05146.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.99%
GREEN value IS 84 (33.20% from 255) = 18.79%
BLUE value IS 220 (86.33% from 255) = 49.22%
R=31.99%
G=18.79%
B=49.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal143842200.350.6200.14266.0366.0259.61
Hex8F54DC233E0E10a423c
Octal217124334437601641210274
Binary10001111101010011011100100011111110011101000010101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F54DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,84,220); }

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

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

 a { background-color: rgb(143,84,220); }

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

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

 span { border-color: rgb(143,84,220); }

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