Html Css Color HEX #904EDB Amethyst

📋 copy color: '#904EDB'

red 144 ◦ green 78 ◦ blue 219

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

Shades of Amethyst #904EDB

Tints of Amethyst #904EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 32.65%
G = 17.69%
B = 49.66%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#904EDB (or 0x904EDB) is known color: Amethyst. HEX triplet: 90, 4E and DB. RGB value is (144,78,219). Sum of RGB (Red+Green+Blue) = 144+78+219=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #904EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EDB is #6FB124. Grayscale: #717171. Windows color (decimal): -7319845 or 14372496. OLE color: 14372496.

HSL color Cylindrical-coordinate representation of color #904EDB: hue angle of 268.09º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904EDB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 78 219 -
CMYK 0.34 0.64 0 0.14
HSL 268.09º 0.66% 0.58% -
HSV(B) 268.09º 0.64% 0.86% -
XYZ 27.01 16.49 68.78 -
YUV 113.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 144 78 219 0.34 0.64 0 0.14 268.09 0.66 0.58
Hex 90 4E DB 22 40 0 E 10C 42 3A
Octal 220 116 333 42 100 0 16 414 102 72
Binary 10010000 1001110 11011011 100010 1000000 0 1110 100001100 1000010 111010

Color Harmonies of #904EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904EDB

Black with #904EDB

Text Example


Text Example

White with #904EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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