#985EDD

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

Shades of Amethyst #985EDD

Tints of Amethyst #985EDD

Color information

#985EDD (or 0x985EDD) is unknown color: approx Amethyst. HEX triplet: 98, 5E and DD. RGB value is (152,94,221). Sum of RGB (Red+Green+Blue) = 152+94+221=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #985EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985EDD is #67A122. Grayscale: #7D7D7D. Windows color (decimal): -6791459 or 14507672. OLE color: 14507672.

HSL color Cylindrical-coordinate representation of color #985EDD: hue angle of 267.4º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #985EDD is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15294221-
CMYK0.310.5700.13
HSL267.4º65.13%61.76%-
HSV(B)267.4º57.47%86.67%-
XYZ3019.970.67-
YUV125.82181.72146.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=32.55%
G=20.13%
B=47.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152942210.310.5700.13267.465.1361.76
Hex985EDD1F390D10b413e
Octal230136335377101541310176
Binary1001100010111101101110111111111001011011000010111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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