Html Css Color HEX #904DAE Deep Lilac

📋 copy color: '#904DAE'

red 144 ◦ green 77 ◦ blue 174

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

Shades of Deep Lilac #904DAE

Tints of Deep Lilac #904DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 36.46%
G = 19.49%
B = 44.05%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#904DAE (or 0x904DAE) is known color: Deep Lilac. HEX triplet: 90, 4D and AE. RGB value is (144,77,174). Sum of RGB (Red+Green+Blue) = 144+77+174=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #904DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904DAE is #6FB251. Grayscale: #6B6B6B. Windows color (decimal): -7320146 or 11423120. OLE color: 11423120.

HSL color Cylindrical-coordinate representation of color #904DAE: hue angle of 281.44º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904DAE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 77 174 -
CMYK 0.17 0.56 0 0.32
HSL 281.44º 0.39% 0.49% -
HSV(B) 281.44º 0.56% 0.68% -
XYZ 21.8 14.29 41.65 -
YUV 108.09 165.2 153.61 -
System Red Green Blue C M Y K H S L
Decimal 144 77 174 0.17 0.56 0 0.32 281.44 0.39 0.49
Hex 90 4D AE 11 38 0 20 119 27 31
Octal 220 115 256 21 70 0 40 431 47 61
Binary 10010000 1001101 10101110 10001 111000 0 100000 100011001 100111 110001

Color Harmonies of #904DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DAE

Black with #904DAE

Text Example


Text Example

White with #904DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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