#8B51DF

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

Shades of Amethyst #8B51DF

Tints of Amethyst #8B51DF

Color information

#8B51DF (or 0x8B51DF) is unknown color: approx Amethyst. HEX triplet: 8B, 51 and DF. RGB value is (139,81,223). Sum of RGB (Red+Green+Blue) = 139+81+223=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B51DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B51DF is #74AE20. Grayscale: #727272. Windows color (decimal): -7646753 or 14635403. OLE color: 14635403.

HSL color Cylindrical-coordinate representation of color #8B51DF: hue angle of 264.51º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B51DF is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13981223-
CMYK0.380.6400.13
HSL264.51º68.93%59.61%-
HSV(B)264.51º63.68%87.45%-
XYZ26.9116.771.62-
YUV114.53189.22145.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 223 (87.5% from 255) = 50.34%
R=31.38%
G=18.28%
B=50.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139812230.380.6400.13264.5168.9359.61
Hex8B51DF26400D109453c
Octal2131213374610001541110574
Binary100010111010001110111111001101000000011011000010011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B51DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,81,223); }

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

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

 a { background-color: rgb(139,81,223); }

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

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

 span { border-color: rgb(139,81,223); }

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