#8F51CB

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

Shades of Amethyst #8F51CB

Tints of Amethyst #8F51CB

Color information

#8F51CB (or 0x8F51CB) is unknown color: approx Amethyst. HEX triplet: 8F, 51 and CB. RGB value is (143,81,203). Sum of RGB (Red+Green+Blue) = 143+81+203=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F51CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F51CB is #70AE34. Grayscale: #717171. Windows color (decimal): -7384629 or 13324687. OLE color: 13324687.

HSL color Cylindrical-coordinate representation of color #8F51CB: hue angle of 270.49º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F51CB is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14381203-
CMYK0.300.6000.20
HSL270.49º53.98%55.69%-
HSV(B)270.49º60.1%79.61%-
XYZ25.0516.0458.27-
YUV113.45178.54149.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 81 (32.03% from 255) = 18.97%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=33.49%
G=18.97%
B=47.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal143812030.300.6000.20270.4953.9855.69
Hex8F51CB1E3C01410e3638
Octal21712131336740244166670
Binary1000111110100011100101111110111100010100100001110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F51CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,81,203); }

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

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

 a { background-color: rgb(143,81,203); }

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

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

 span { border-color: rgb(143,81,203); }

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