Html Css Color HEX #984CDD Amethyst

📋 copy color: '#984CDD'

red 152 ◦ green 76 ◦ blue 221

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

Shades of Amethyst #984CDD

Tints of Amethyst #984CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.93%

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

R = 33.85%
G = 16.93%
B = 49.22%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#984CDD (or 0x984CDD) is known color: Amethyst. HEX triplet: 98, 4C and DD. RGB value is (152,76,221). Sum of RGB (Red+Green+Blue) = 152+76+221=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #984CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CDD is #67B322. Grayscale: #727272. Windows color (decimal): -6796067 or 14503064. OLE color: 14503064.

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

Color convert

RGB 152 76 221 -
CMYK 0.31 0.66 0 0.13
HSL 271.45º 0.68% 0.58% -
HSV(B) 271.45º 0.66% 0.87% -
XYZ 28.58 17.06 70.19 -
YUV 115.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 152 76 221 0.31 0.66 0 0.13 271.45 0.68 0.58
Hex 98 4C DD 1F 42 0 D 10F 44 3A
Octal 230 114 335 37 102 0 15 417 104 72
Binary 10011000 1001100 11011101 11111 1000010 0 1101 100001111 1000100 111010

Color Harmonies of #984CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984CDD

Black with #984CDD

Text Example


Text Example

White with #984CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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