Html Css Color HEX #904DDD Amethyst

📋 copy color: '#904DDD'

red 144 ◦ green 77 ◦ blue 221

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

Shades of Amethyst #904DDD

Tints of Amethyst #904DDD

RGB

 RED value IS 144 (56.64% from 255) = 32.58%

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

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

R = 32.58%
G = 17.42%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#904DDD (or 0x904DDD) is known color: Amethyst. HEX triplet: 90, 4D and DD. RGB value is (144,77,221). Sum of RGB (Red+Green+Blue) = 144+77+221=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #904DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DDD is #6FB222. Grayscale: #707070. Windows color (decimal): -7320099 or 14503312. OLE color: 14503312.

HSL color Cylindrical-coordinate representation of color #904DDD: hue angle of 267.92º 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 #904DDD is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 77 221 -
CMYK 0.35 0.65 0 0.13
HSL 267.92º 0.68% 0.58% -
HSV(B) 267.92º 0.65% 0.87% -
XYZ 27.21 16.46 70.15 -
YUV 113.45 188.7 149.79 -
System Red Green Blue C M Y K H S L
Decimal 144 77 221 0.35 0.65 0 0.13 267.92 0.68 0.58
Hex 90 4D DD 23 41 0 D 10C 44 3A
Octal 220 115 335 43 101 0 15 414 104 72
Binary 10010000 1001101 11011101 100011 1000001 0 1101 100001100 1000100 111010

Color Harmonies of #904DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DDD

Black with #904DDD

Text Example


Text Example

White with #904DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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