#985ECA

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

Shades of Amethyst #985ECA

Tints of Amethyst #985ECA

Color information

#985ECA (or 0x985ECA) is unknown color: approx Amethyst. HEX triplet: 98, 5E and CA. RGB value is (152,94,202). Sum of RGB (Red+Green+Blue) = 152+94+202=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #985ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ECA is #67A135. Grayscale: #7B7B7B. Windows color (decimal): -6791478 or 13262488. OLE color: 13262488.

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

Color convert

RGB15294202-
CMYK0.250.5300.21
HSL272.22º50.47%58.04%-
HSV(B)272.22º53.47%79.22%-
XYZ27.6118.9558.08-
YUV123.65172.22148.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=33.93%
G=20.98%
B=45.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152942020.250.5300.21272.2250.4758.04
Hex985ECA1935015110323a
Octal23013631231650254206272
Binary1001100010111101100101011001110101010101100010000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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