#985AD8

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

Shades of Amethyst #985AD8

Tints of Amethyst #985AD8

Color information

#985AD8 (or 0x985AD8) is unknown color: approx Amethyst. HEX triplet: 98, 5A and D8. RGB value is (152,90,216). Sum of RGB (Red+Green+Blue) = 152+90+216=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #985AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985AD8 is #67A527. Grayscale: #7A7A7A. Windows color (decimal): -6792488 or 14178968. OLE color: 14178968.

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

Color convert

RGB15290216-
CMYK0.300.5800.15
HSL269.52º61.76%60%-
HSV(B)269.52º58.33%84.71%-
XYZ2918.9567.09-
YUV122.9180.54148.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 216 (84.77% from 255) = 47.16%
R=33.19%
G=19.65%
B=47.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152902160.300.5800.15269.5261.7660
Hex985AD81E3A0F10e3e3c
Octal23013233036720174167674
Binary100110001011010110110001111011101001111100001110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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