Html Css Color HEX #904ADA Amethyst

📋 copy color: '#904ADA'

red 144 ◦ green 74 ◦ blue 218

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

Shades of Amethyst #904ADA

Tints of Amethyst #904ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

 BLUE value IS 218 (85.55% from 255) = 50%

R = 33.03%
G = 16.97%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#904ADA (or 0x904ADA) is known color: Amethyst. HEX triplet: 90, 4A and DA. RGB value is (144,74,218). Sum of RGB (Red+Green+Blue) = 144+74+218=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #904ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904ADA is #6FB525. Grayscale: #6E6E6E. Windows color (decimal): -7320870 or 14305936. OLE color: 14305936.

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

Color convert

RGB 144 74 218 -
CMYK 0.34 0.66 0 0.15
HSL 269.17º 0.66% 0.57% -
HSV(B) 269.17º 0.66% 0.85% -
XYZ 26.61 15.89 67.99 -
YUV 111.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 144 74 218 0.34 0.66 0 0.15 269.17 0.66 0.57
Hex 90 4A DA 22 42 0 F 10D 42 39
Octal 220 112 332 42 102 0 17 415 102 71
Binary 10010000 1001010 11011010 100010 1000010 0 1111 100001101 1000010 111001

Color Harmonies of #904ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904ADA

Black with #904ADA

Text Example


Text Example

White with #904ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,74,218); }

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

background-color css

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

 a { background-color: rgb(144,74,218); }

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

border-color css

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

 span { border-color: rgb(144,74,218); }

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