#986ACA

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

Shades of Amethyst #986ACA

Tints of Amethyst #986ACA

Color information

#986ACA (or 0x986ACA) is unknown color: approx Amethyst. HEX triplet: 98, 6A and CA. RGB value is (152,106,202). Sum of RGB (Red+Green+Blue) = 152+106+202=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #986ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ACA is #679535. Grayscale: #828282. Windows color (decimal): -6788406 or 13265560. OLE color: 13265560.

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

Color convert

RGB152106202-
CMYK0.250.4800.21
HSL268.75º47.52%60.39%-
HSV(B)268.75º47.52%79.22%-
XYZ28.7621.2558.46-
YUV130.7168.24143.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.04%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=33.04%
G=23.04%
B=43.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521062020.250.4800.21268.7547.5260.39
Hex986ACA193001510d303c
Octal23015231231600254156074
Binary1001100011010101100101011001110000010101100001101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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