#8F56C9

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

Shades of Amethyst #8F56C9

Tints of Amethyst #8F56C9

Color information

#8F56C9 (or 0x8F56C9) is unknown color: approx Amethyst. HEX triplet: 8F, 56 and C9. RGB value is (143,86,201). Sum of RGB (Red+Green+Blue) = 143+86+201=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F56C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F56C9 is #70A936. Grayscale: #737373. Windows color (decimal): -7383351 or 13194895. OLE color: 13194895.

HSL color Cylindrical-coordinate representation of color #8F56C9: hue angle of 269.74º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F56C9 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14386201-
CMYK0.290.5700.21
HSL269.74º51.57%56.27%-
HSV(B)269.74º57.21%78.82%-
XYZ25.216.7157.16-
YUV116.15175.88147.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.26%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 201 (78.91% from 255) = 46.74%
R=33.26%
G=20%
B=46.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143862010.290.5700.21269.7451.5756.27
Hex8F56C91D3901510e3438
Octal21712631135710254166470
Binary1000111110101101100100111101111001010101100001110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F56C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,86,201); }

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

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

 a { background-color: rgb(143,86,201); }

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

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

 span { border-color: rgb(143,86,201); }

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