#8551D1

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

Shades of Amethyst #8551D1

Tints of Amethyst #8551D1

Color information

#8551D1 (or 0x8551D1) is unknown color: approx Amethyst. HEX triplet: 85, 51 and D1. RGB value is (133,81,209). Sum of RGB (Red+Green+Blue) = 133+81+209=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #8551D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8551D1 is #7AAE2E. Grayscale: #6E6E6E. Windows color (decimal): -8039983 or 13717893. OLE color: 13717893.

HSL color Cylindrical-coordinate representation of color #8551D1: hue angle of 264.38º 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 #8551D1 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13381209-
CMYK0.360.6100.18
HSL264.38º58.18%56.86%-
HSV(B)264.38º61.24%81.96%-
XYZ24.1215.4762.04-
YUV111.14183.23143.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 209 (82.03% from 255) = 49.41%
R=31.44%
G=19.15%
B=49.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133812090.360.6100.18264.3858.1856.86
Hex8551D1243D0121083a39
Octal20512132144750224107271
Binary10000101101000111010001100100111101010010100001000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8551D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8551D1; }

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

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

<style>
 a { background-color: #8551D1; }

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

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

<style>
 span { border-color: #8551D1; }

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

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