Html Css Color HEX #904FAD Deep Lilac

📋 copy color: '#904FAD'

red 144 ◦ green 79 ◦ blue 173

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

Shades of Deep Lilac #904FAD

Tints of Deep Lilac #904FAD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.95%

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 36.36%
G = 19.95%
B = 43.69%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#904FAD (or 0x904FAD) is known color: Deep Lilac. HEX triplet: 90, 4F and AD. RGB value is (144,79,173). Sum of RGB (Red+Green+Blue) = 144+79+173=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #904FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904FAD is #6FB052. Grayscale: #6C6C6C. Windows color (decimal): -7319635 or 11358096. OLE color: 11358096.

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

Color convert

RGB 144 79 173 -
CMYK 0.17 0.54 0 0.32
HSL 281.49º 0.37% 0.49% -
HSV(B) 281.49º 0.54% 0.68% -
XYZ 21.84 14.54 41.19 -
YUV 109.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 144 79 173 0.17 0.54 0 0.32 281.49 0.37 0.49
Hex 90 4F AD 11 36 0 20 119 25 31
Octal 220 117 255 21 66 0 40 431 45 61
Binary 10010000 1001111 10101101 10001 110110 0 100000 100011001 100101 110001

Color Harmonies of #904FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904FAD

Black with #904FAD

Text Example


Text Example

White with #904FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,79,173); }

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

background-color css

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

 a { background-color: rgb(144,79,173); }

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

border-color css

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

 span { border-color: rgb(144,79,173); }

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