#8a51d1

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

Shades of Amethyst #8A51D1

Tints of Amethyst #8A51D1

Color information

#8A51D1 (or 0x8A51D1) is unknown color: approx Amethyst. HEX triplet: 8A, 51 and D1. RGB value is (138,81,209). Sum of RGB (Red+Green+Blue) = 138+81+209=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #8A51D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A51D1 is #75AE2E. Grayscale: #707070. Windows color (decimal): -7712303 or 13717898. OLE color: 13717898.

HSL color Cylindrical-coordinate representation of color #8A51D1: hue angle of 266.72º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A51D1 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13881209-
CMYK0.340.6100.18
HSL266.72º58.18%56.86%-
HSV(B)266.72º61.24%81.96%-
XYZ24.9315.8962.07-
YUV112.64182.38146.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 81 (32.03% from 255) = 18.93%
BLUE value IS 209 (82.03% from 255) = 48.83%
R=32.24%
G=18.93%
B=48.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138812090.340.6100.18266.7258.1856.86
Hex8A51D1223D01210b3a39
Octal21212132142750224137271
Binary10001010101000111010001100010111101010010100001011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a51d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,81,209); }

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

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

 a { background-color: rgb(138,81,209); }

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

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

 span { border-color: rgb(138,81,209); }

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