Html Css Color HEX #985DDD Amethyst

📋 copy color: '#985DDD'

red 152 ◦ green 93 ◦ blue 221

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

Shades of Amethyst #985DDD

Tints of Amethyst #985DDD

RGB

 RED value IS 152 (59.77% from 255) = 32.62%

 GREEN value IS 93 (36.72% from 255) = 19.96%

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 32.62%
G = 19.96%
B = 47.42%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#985DDD (or 0x985DDD) is known color: Amethyst. HEX triplet: 98, 5D and DD. RGB value is (152,93,221). Sum of RGB (Red+Green+Blue) = 152+93+221=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #985DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DDD is #67A222. Grayscale: #7C7C7C. Windows color (decimal): -6791715 or 14507416. OLE color: 14507416.

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

Color convert

RGB 152 93 221 -
CMYK 0.31 0.58 0 0.13
HSL 267.66º 0.65% 0.62% -
HSV(B) 267.66º 0.58% 0.87% -
XYZ 29.91 19.72 70.64 -
YUV 125.23 182.05 147.09 -
System Red Green Blue C M Y K H S L
Decimal 152 93 221 0.31 0.58 0 0.13 267.66 0.65 0.62
Hex 98 5D DD 1F 3A 0 D 10C 41 3E
Octal 230 135 335 37 72 0 15 414 101 76
Binary 10011000 1011101 11011101 11111 111010 0 1101 100001100 1000001 111110

Color Harmonies of #985DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DDD

Black with #985DDD

Text Example


Text Example

White with #985DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #985DDD;
 }
 .AnyTagClassName
 {
   color: #985DDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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