Html Css Color HEX #904DB5 Deep Lilac

📋 copy color: '#904DB5'

red 144 ◦ green 77 ◦ blue 181

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

Shades of Deep Lilac #904DB5

Tints of Deep Lilac #904DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.02%

R = 35.82%
G = 19.15%
B = 45.02%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#904DB5 (or 0x904DB5) is known color: Deep Lilac. HEX triplet: 90, 4D and B5. RGB value is (144,77,181). Sum of RGB (Red+Green+Blue) = 144+77+181=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #904DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DB5 is #6FB24A. Grayscale: #6C6C6C. Windows color (decimal): -7320139 or 11881872. OLE color: 11881872.

HSL color Cylindrical-coordinate representation of color #904DB5: hue angle of 278.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #904DB5 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 77 181 -
CMYK 0.20 0.57 0 0.29
HSL 278.65º 0.41% 0.51% -
HSV(B) 278.65º 0.57% 0.71% -
XYZ 22.5 14.57 45.34 -
YUV 108.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 144 77 181 0.20 0.57 0 0.29 278.65 0.41 0.51
Hex 90 4D B5 14 39 0 1D 117 29 33
Octal 220 115 265 24 71 0 35 427 51 63
Binary 10010000 1001101 10110101 10100 111001 0 11101 100010111 101001 110011

Color Harmonies of #904DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DB5

Black with #904DB5

Text Example


Text Example

White with #904DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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