Html Css Color HEX #984DDD Amethyst

📋 copy color: '#984DDD'

red 152 ◦ green 77 ◦ blue 221

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

Shades of Amethyst #984DDD

Tints of Amethyst #984DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.11%

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

R = 33.78%
G = 17.11%
B = 49.11%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#984DDD (or 0x984DDD) is known color: Amethyst. HEX triplet: 98, 4D and DD. RGB value is (152,77,221). Sum of RGB (Red+Green+Blue) = 152+77+221=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #984DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DDD is #67B222. Grayscale: #737373. Windows color (decimal): -6795811 or 14503320. OLE color: 14503320.

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

Color convert

RGB 152 77 221 -
CMYK 0.31 0.65 0 0.13
HSL 271.25º 0.68% 0.58% -
HSV(B) 271.25º 0.65% 0.87% -
XYZ 28.65 17.2 70.22 -
YUV 115.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 152 77 221 0.31 0.65 0 0.13 271.25 0.68 0.58
Hex 98 4D DD 1F 41 0 D 10F 44 3A
Octal 230 115 335 37 101 0 15 417 104 72
Binary 10011000 1001101 11011101 11111 1000001 0 1101 100001111 1000100 111010

Color Harmonies of #984DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DDD

Black with #984DDD

Text Example


Text Example

White with #984DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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