#986ACD

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

Shades of Amethyst #986ACD

Tints of Amethyst #986ACD

Color information

#986ACD (or 0x986ACD) is unknown color: approx Amethyst. HEX triplet: 98, 6A and CD. RGB value is (152,106,205). Sum of RGB (Red+Green+Blue) = 152+106+205=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #986ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ACD is #679532. Grayscale: #828282. Windows color (decimal): -6788403 or 13462168. OLE color: 13462168.

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

Color convert

RGB152106205-
CMYK0.260.4800.20
HSL267.88º49.75%60.98%-
HSV(B)267.88º48.29%80.39%-
XYZ29.1221.3960.35-
YUV131.04169.74142.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.83%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=32.83%
G=22.89%
B=44.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521062050.260.4800.20267.8849.7560.98
Hex986ACD1A3001410c323d
Octal23015231532600244146275
Binary1001100011010101100110111010110000010100100001100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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