#986ACF

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

Shades of Amethyst #986ACF

Tints of Amethyst #986ACF

Color information

#986ACF (or 0x986ACF) is unknown color: approx Amethyst. HEX triplet: 98, 6A and CF. RGB value is (152,106,207). Sum of RGB (Red+Green+Blue) = 152+106+207=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #986ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ACF is #679530. Grayscale: #828282. Windows color (decimal): -6788401 or 13593240. OLE color: 13593240.

HSL color Cylindrical-coordinate representation of color #986ACF: hue angle of 267.33º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986ACF is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152106207-
CMYK0.270.4900.19
HSL267.33º51.27%61.37%-
HSV(B)267.33º48.79%81.18%-
XYZ29.3721.4961.63-
YUV131.27170.74142.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=32.69%
G=22.80%
B=44.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521062070.270.4900.19267.3351.2761.37
Hex986ACF1B3101310b333d
Octal23015231733610234136375
Binary1001100011010101100111111011110001010011100001011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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