#985ED8

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

Shades of Amethyst #985ED8

Tints of Amethyst #985ED8

Color information

#985ED8 (or 0x985ED8) is unknown color: approx Amethyst. HEX triplet: 98, 5E and D8. RGB value is (152,94,216). Sum of RGB (Red+Green+Blue) = 152+94+216=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #985ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ED8 is #67A127. Grayscale: #7C7C7C. Windows color (decimal): -6791464 or 14179992. OLE color: 14179992.

HSL color Cylindrical-coordinate representation of color #985ED8: hue angle of 268.52º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #985ED8 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15294216-
CMYK0.300.5600.15
HSL268.52º61%60.78%-
HSV(B)268.52º56.48%84.71%-
XYZ29.3519.6467.21-
YUV125.25179.22147.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.90%
GREEN value IS 94 (37.11% from 255) = 20.35%
BLUE value IS 216 (84.77% from 255) = 46.75%
R=32.90%
G=20.35%
B=46.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152942160.300.5600.15268.526160.78
Hex985ED81E380F10d3d3d
Octal23013633036700174157575
Binary100110001011110110110001111011100001111100001101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985ED8; }

 p { color: rgb(152,94,216); }

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

<style>
 a { background-color: #985ED8; }

 a { background-color: rgb(152,94,216); }

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

<style>
 span { border-color: #985ED8; }

 span { border-color: rgb(152,94,216); }

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