Html Css Color HEX #904DDB Amethyst

📋 copy color: '#904DDB'

red 144 ◦ green 77 ◦ blue 219

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

Shades of Amethyst #904DDB

Tints of Amethyst #904DDB

RGB

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

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

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

R = 32.73%
G = 17.5%
B = 49.77%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#904DDB (or 0x904DDB) is known color: Amethyst. HEX triplet: 90, 4D and DB. RGB value is (144,77,219). Sum of RGB (Red+Green+Blue) = 144+77+219=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #904DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DDB is #6FB224. Grayscale: #707070. Windows color (decimal): -7320101 or 14372240. OLE color: 14372240.

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

Color convert

RGB 144 77 219 -
CMYK 0.34 0.65 0 0.14
HSL 268.31º 0.66% 0.58% -
HSV(B) 268.31º 0.65% 0.86% -
XYZ 26.94 16.35 68.75 -
YUV 113.22 187.7 149.95 -
System Red Green Blue C M Y K H S L
Decimal 144 77 219 0.34 0.65 0 0.14 268.31 0.66 0.58
Hex 90 4D DB 22 41 0 E 10C 42 3A
Octal 220 115 333 42 101 0 16 414 102 72
Binary 10010000 1001101 11011011 100010 1000001 0 1110 100001100 1000010 111010

Color Harmonies of #904DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DDB

Black with #904DDB

Text Example


Text Example

White with #904DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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