#986DCD

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

Shades of Amethyst #986DCD

Tints of Amethyst #986DCD

Color information

#986DCD (or 0x986DCD) is unknown color: approx Amethyst. HEX triplet: 98, 6D and CD. RGB value is (152,109,205). Sum of RGB (Red+Green+Blue) = 152+109+205=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #986DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DCD is #679232. Grayscale: #848484. Windows color (decimal): -6787635 or 13462936. OLE color: 13462936.

HSL color Cylindrical-coordinate representation of color #986DCD: hue angle of 266.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986DCD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152109205-
CMYK0.260.4700.20
HSL266.88º48.98%61.57%-
HSV(B)266.88º46.83%80.39%-
XYZ29.4422.0260.46-
YUV132.8168.75141.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=32.62%
G=23.39%
B=43.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521092050.260.4700.20266.8848.9861.57
Hex986DCD1A2F01410b313e
Octal23015531532570244136176
Binary1001100011011011100110111010101111010100100001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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