Html Css Color HEX #904BDB Amethyst

📋 copy color: '#904BDB'

red 144 ◦ green 75 ◦ blue 219

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

Shades of Amethyst #904BDB

Tints of Amethyst #904BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.12%

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

R = 32.88%
G = 17.12%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#904BDB (or 0x904BDB) is known color: Amethyst. HEX triplet: 90, 4B and DB. RGB value is (144,75,219). Sum of RGB (Red+Green+Blue) = 144+75+219=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #904BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904BDB is #6FB424. Grayscale: #6F6F6F. Windows color (decimal): -7320613 or 14371728. OLE color: 14371728.

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

Color convert

RGB 144 75 219 -
CMYK 0.34 0.66 0 0.14
HSL 268.75º 0.67% 0.58% -
HSV(B) 268.75º 0.66% 0.86% -
XYZ 26.8 16.08 68.71 -
YUV 112.05 188.36 150.79 -
System Red Green Blue C M Y K H S L
Decimal 144 75 219 0.34 0.66 0 0.14 268.75 0.67 0.58
Hex 90 4B DB 22 42 0 E 10D 43 3A
Octal 220 113 333 42 102 0 16 415 103 72
Binary 10010000 1001011 11011011 100010 1000010 0 1110 100001101 1000011 111010

Color Harmonies of #904BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904BDB

Black with #904BDB

Text Example


Text Example

White with #904BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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