Html Css Color HEX #904CD9 Amethyst

📋 copy color: '#904CD9'

red 144 ◦ green 76 ◦ blue 217

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

Shades of Amethyst #904CD9

Tints of Amethyst #904CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.66%

R = 32.95%
G = 17.39%
B = 49.66%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#904CD9 (or 0x904CD9) is known color: Amethyst. HEX triplet: 90, 4C and D9. RGB value is (144,76,217). Sum of RGB (Red+Green+Blue) = 144+76+217=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #904CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CD9 is #6FB326. Grayscale: #6F6F6F. Windows color (decimal): -7320359 or 14240912. OLE color: 14240912.

HSL color Cylindrical-coordinate representation of color #904CD9: hue angle of 268.94º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #904CD9 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 76 217 -
CMYK 0.34 0.65 0 0.15
HSL 268.94º 0.65% 0.57% -
HSV(B) 268.94º 0.65% 0.85% -
XYZ 26.61 16.11 67.35 -
YUV 112.41 187.03 150.54 -
System Red Green Blue C M Y K H S L
Decimal 144 76 217 0.34 0.65 0 0.15 268.94 0.65 0.57
Hex 90 4C D9 22 41 0 F 10D 41 39
Octal 220 114 331 42 101 0 17 415 101 71
Binary 10010000 1001100 11011001 100010 1000001 0 1111 100001101 1000001 111001

Color Harmonies of #904CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904CD9

Black with #904CD9

Text Example


Text Example

White with #904CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,76,217); }

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

background-color css

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

 a { background-color: rgb(144,76,217); }

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

border-color css

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

 span { border-color: rgb(144,76,217); }

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