#986CCE

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

Shades of Amethyst #986CCE

Tints of Amethyst #986CCE

Color information

#986CCE (or 0x986CCE) is unknown color: approx Amethyst. HEX triplet: 98, 6C and CE. RGB value is (152,108,206). Sum of RGB (Red+Green+Blue) = 152+108+206=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #986CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CCE is #679331. Grayscale: #838383. Windows color (decimal): -6787890 or 13528216. OLE color: 13528216.

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

Color convert

RGB152108206-
CMYK0.260.4800.19
HSL266.94º50%61.57%-
HSV(B)266.94º47.57%80.78%-
XYZ29.4521.8661.06-
YUV132.33169.58142.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 206 (80.86% from 255) = 44.21%
R=32.62%
G=23.18%
B=44.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521082060.260.4800.19266.945061.57
Hex986CCE1A3001310b323e
Octal23015431632600234136276
Binary1001100011011001100111011010110000010011100001011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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