#986CCA

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

Shades of Amethyst #986CCA

Tints of Amethyst #986CCA

Color information

#986CCA (or 0x986CCA) is unknown color: approx Amethyst. HEX triplet: 98, 6C and CA. RGB value is (152,108,202). Sum of RGB (Red+Green+Blue) = 152+108+202=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #986CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CCA is #679335. Grayscale: #838383. Windows color (decimal): -6787894 or 13266072. OLE color: 13266072.

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

Color convert

RGB152108202-
CMYK0.250.4700.21
HSL268.09º47%60.78%-
HSV(B)268.09º46.53%79.22%-
XYZ28.9721.6658.53-
YUV131.87167.58142.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.90%
GREEN value IS 108 (42.58% from 255) = 23.38%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=32.90%
G=23.38%
B=43.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521082020.250.4700.21268.094760.78
Hex986CCA192F01510c2f3d
Octal23015431231570254145775
Binary1001100011011001100101011001101111010101100001100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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