#986AD1

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

Shades of Amethyst #986AD1

Tints of Amethyst #986AD1

Color information

#986AD1 (or 0x986AD1) is unknown color: approx Amethyst. HEX triplet: 98, 6A and D1. RGB value is (152,106,209). Sum of RGB (Red+Green+Blue) = 152+106+209=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #986AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986AD1 is #67952E. Grayscale: #838383. Windows color (decimal): -6788399 or 13724312. OLE color: 13724312.

HSL color Cylindrical-coordinate representation of color #986AD1: hue angle of 266.8º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986AD1 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152106209-
CMYK0.270.4900.18
HSL266.8º52.82%61.76%-
HSV(B)266.8º49.28%81.96%-
XYZ29.6121.5962.93-
YUV131.5171.74142.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 106 (41.80% from 255) = 22.70%
BLUE value IS 209 (82.03% from 255) = 44.75%
R=32.55%
G=22.70%
B=44.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521062090.270.4900.18266.852.8261.76
Hex986AD11B3101210b353e
Octal23015232133610224136576
Binary1001100011010101101000111011110001010010100001011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986AD1; }

 p { color: rgb(152,106,209); }

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

<style>
 a { background-color: #986AD1; }

 a { background-color: rgb(152,106,209); }

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

<style>
 span { border-color: #986AD1; }

 span { border-color: rgb(152,106,209); }

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