#985DCA

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

Shades of Amethyst #985DCA

Tints of Amethyst #985DCA

Color information

#985DCA (or 0x985DCA) is unknown color: approx Amethyst. HEX triplet: 98, 5D and CA. RGB value is (152,93,202). Sum of RGB (Red+Green+Blue) = 152+93+202=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #985DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DCA is #67A235. Grayscale: #7A7A7A. Windows color (decimal): -6791734 or 13262232. OLE color: 13262232.

HSL color Cylindrical-coordinate representation of color #985DCA: hue angle of 272.48º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #985DCA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15293202-
CMYK0.250.5400.21
HSL272.48º50.7%57.84%-
HSV(B)272.48º53.96%79.22%-
XYZ27.5218.7758.05-
YUV123.07172.55148.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=34.00%
G=20.81%
B=45.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152932020.250.5400.21272.4850.757.84
Hex985DCA1936015110333a
Octal23013531231660254206372
Binary1001100010111011100101011001110110010101100010000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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