#986FD0

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

Shades of Amethyst #986FD0

Tints of Amethyst #986FD0

Color information

#986FD0 (or 0x986FD0) is unknown color: approx Amethyst. HEX triplet: 98, 6F and D0. RGB value is (152,111,208). Sum of RGB (Red+Green+Blue) = 152+111+208=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #986FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FD0 is #67902F. Grayscale: #858585. Windows color (decimal): -6787120 or 13660056. OLE color: 13660056.

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

Color convert

RGB152111208-
CMYK0.270.4700.18
HSL265.36º50.79%62.55%-
HSV(B)265.36º46.63%81.57%-
XYZ30.0222.662.45-
YUV134.32169.58140.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.27%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 208 (81.64% from 255) = 44.16%
R=32.27%
G=23.57%
B=44.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521112080.270.4700.18265.3650.7962.55
Hex986FD01B2F012109333f
Octal23015732033570224116377
Binary1001100011011111101000011011101111010010100001001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,111,208); }

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

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

 a { background-color: rgb(152,111,208); }

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

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

 span { border-color: rgb(152,111,208); }

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