#986DCA

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

Shades of Amethyst #986DCA

Tints of Amethyst #986DCA

Color information

#986DCA (or 0x986DCA) is unknown color: approx Amethyst. HEX triplet: 98, 6D and CA. RGB value is (152,109,202). Sum of RGB (Red+Green+Blue) = 152+109+202=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #986DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DCA is #679235. Grayscale: #848484. Windows color (decimal): -6787638 or 13266328. OLE color: 13266328.

HSL color Cylindrical-coordinate representation of color #986DCA: hue angle of 267.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #986DCA is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152109202-
CMYK0.250.4600.21
HSL267.74º46.73%60.98%-
HSV(B)267.74º46.04%79.22%-
XYZ29.0821.8858.57-
YUV132.46167.25141.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.83%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=32.83%
G=23.54%
B=43.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521092020.250.4600.21267.7446.7360.98
Hex986DCA192E01510c2f3d
Octal23015531231560254145775
Binary1001100011011011100101011001101110010101100001100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,109,202); }

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

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

 a { background-color: rgb(152,109,202); }

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

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

 span { border-color: rgb(152,109,202); }

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