#985DD9

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

Shades of Amethyst #985DD9

Tints of Amethyst #985DD9

Color information

#985DD9 (or 0x985DD9) is unknown color: approx Amethyst. HEX triplet: 98, 5D and D9. RGB value is (152,93,217). Sum of RGB (Red+Green+Blue) = 152+93+217=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #985DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DD9 is #67A226. Grayscale: #7C7C7C. Windows color (decimal): -6791719 or 14245272. OLE color: 14245272.

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

Color convert

RGB15293217-
CMYK0.300.5700.15
HSL268.55º62%60.78%-
HSV(B)268.55º57.14%85.1%-
XYZ29.3919.5167.86-
YUV124.78180.05147.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.90%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 217 (85.16% from 255) = 46.97%
R=32.90%
G=20.13%
B=46.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152932170.300.5700.15268.556260.78
Hex985DD91E390F10d3e3d
Octal23013533136710174157675
Binary100110001011101110110011111011100101111100001101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,93,217); }

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

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

 a { background-color: rgb(152,93,217); }

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

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

 span { border-color: rgb(152,93,217); }

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