Html Css Color HEX #904ED7 Amethyst

📋 copy color: '#904ED7'

red 144 ◦ green 78 ◦ blue 215

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

Shades of Amethyst #904ED7

Tints of Amethyst #904ED7

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.85%

 BLUE value IS 215 (84.38% from 255) = 49.2%

R = 32.95%
G = 17.85%
B = 49.2%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#904ED7 (or 0x904ED7) is known color: Amethyst. HEX triplet: 90, 4E and D7. RGB value is (144,78,215). Sum of RGB (Red+Green+Blue) = 144+78+215=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #904ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904ED7 is #6FB128. Grayscale: #707070. Windows color (decimal): -7319849 or 14110352. OLE color: 14110352.

HSL color Cylindrical-coordinate representation of color #904ED7: hue angle of 268.91º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904ED7 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 78 215 -
CMYK 0.33 0.64 0 0.16
HSL 268.91º 0.63% 0.57% -
HSV(B) 268.91º 0.64% 0.84% -
XYZ 26.49 16.28 66.04 -
YUV 113.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 144 78 215 0.33 0.64 0 0.16 268.91 0.63 0.57
Hex 90 4E D7 21 40 0 10 10D 3F 39
Octal 220 116 327 41 100 0 20 415 77 71
Binary 10010000 1001110 11010111 100001 1000000 0 10000 100001101 111111 111001

Color Harmonies of #904ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904ED7

Black with #904ED7

Text Example


Text Example

White with #904ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,78,215); }

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

background-color css

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

 a { background-color: rgb(144,78,215); }

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

border-color css

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

 span { border-color: rgb(144,78,215); }

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