Html Css Color HEX #904AB9 Deep Lilac

📋 copy color: '#904AB9'

red 144 ◦ green 74 ◦ blue 185

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

Shades of Deep Lilac #904AB9

Tints of Deep Lilac #904AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.91%

R = 35.73%
G = 18.36%
B = 45.91%

CMYK

 C value IS 0.22

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#904AB9 (or 0x904AB9) is known color: Deep Lilac. HEX triplet: 90, 4A and B9. RGB value is (144,74,185). Sum of RGB (Red+Green+Blue) = 144+74+185=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #904AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904AB9 is #6FB546. Grayscale: #6B6B6B. Windows color (decimal): -7320903 or 12143248. OLE color: 12143248.

HSL color Cylindrical-coordinate representation of color #904AB9: hue angle of 277.84º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #904AB9 is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 74 185 -
CMYK 0.22 0.6 0 0.27
HSL 277.84º 0.44% 0.51% -
HSV(B) 277.84º 0.6% 0.73% -
XYZ 22.71 14.33 47.47 -
YUV 107.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 144 74 185 0.22 0.6 0 0.27 277.84 0.44 0.51
Hex 90 4A B9 16 3C 0 1B 116 2C 33
Octal 220 112 271 26 74 0 33 426 54 63
Binary 10010000 1001010 10111001 10110 111100 0 11011 100010110 101100 110011

Color Harmonies of #904AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904AB9

Black with #904AB9

Text Example


Text Example

White with #904AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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