#985ADB

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

Shades of Amethyst #985ADB

Tints of Amethyst #985ADB

Color information

#985ADB (or 0x985ADB) is unknown color: approx Amethyst. HEX triplet: 98, 5A and DB. RGB value is (152,90,219). Sum of RGB (Red+Green+Blue) = 152+90+219=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #985ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ADB is #67A524. Grayscale: #7A7A7A. Windows color (decimal): -6792485 or 14375576. OLE color: 14375576.

HSL color Cylindrical-coordinate representation of color #985ADB: hue angle of 268.84º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #985ADB is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15290219-
CMYK0.310.5900.14
HSL268.84º64.18%60.59%-
HSV(B)268.84º58.9%85.88%-
XYZ29.3919.169.16-
YUV123.24182.04148.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=32.97%
G=19.52%
B=47.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152902190.310.5900.14268.8464.1860.59
Hex985ADB1F3B0E10d403d
Octal230132333377301641510075
Binary1001100010110101101101111111111011011101000011011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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