#8251d1

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

Shades of Amethyst #8251D1

Tints of Amethyst #8251D1

Color information

#8251D1 (or 0x8251D1) is unknown color: approx Amethyst. HEX triplet: 82, 51 and D1. RGB value is (130,81,209). Sum of RGB (Red+Green+Blue) = 130+81+209=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #8251D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251D1 is #7DAE2E. Grayscale: #6D6D6D. Windows color (decimal): -8236591 or 13717890. OLE color: 13717890.

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

Color convert

RGB13081209-
CMYK0.380.6100.18
HSL262.97º58.18%56.86%-
HSV(B)262.97º61.24%81.96%-
XYZ23.6615.2362.02-
YUV110.24183.73142.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=30.95%
G=19.29%
B=49.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130812090.380.6100.18262.9758.1856.86
Hex8251D1263D0121073a39
Octal20212132146750224077271
Binary10000010101000111010001100110111101010010100000111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8251d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8251d1; }

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

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

<style>
 a { background-color: #8251d1; }

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

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

<style>
 span { border-color: #8251d1; }

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

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