Html Css Color HEX #985EDD Amethyst

📋 copy color: '#985EDD'

red 152 ◦ green 94 ◦ blue 221

#985EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #985EDD

Tints of Amethyst #985EDD

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 value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#985EDD (or 0x985EDD) is known color: 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

RGB 152 94 221 -
CMYK 0.31 0.57 0 0.13
HSL 267.4º 0.65% 0.62% -
HSV(B) 267.4º 0.57% 0.87% -
XYZ 30 19.9 70.67 -
YUV 125.82 181.72 146.67 -
System Red Green Blue C M Y K H S L
Decimal 152 94 221 0.31 0.57 0 0.13 267.4 0.65 0.62
Hex 98 5E DD 1F 39 0 D 10B 41 3E
Octal 230 136 335 37 71 0 15 413 101 76
Binary 10011000 1011110 11011101 11111 111001 0 1101 100001011 1000001 111110

Color Harmonies of #985EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985EDD

Black with #985EDD

Text Example


Text Example

White with #985EDD

Text Example


Text Example

HTML Codes & Css Web 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>