Html Css Color HEX #904DB4 Deep Lilac

📋 copy color: '#904DB4'

red 144 ◦ green 77 ◦ blue 180

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

Shades of Deep Lilac #904DB4

Tints of Deep Lilac #904DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.89%

R = 35.91%
G = 19.2%
B = 44.89%

CMYK

 C value IS 0.2

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#904DB4 (or 0x904DB4) is known color: Deep Lilac. HEX triplet: 90, 4D and B4. RGB value is (144,77,180). Sum of RGB (Red+Green+Blue) = 144+77+180=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #904DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DB4 is #6FB24B. Grayscale: #6C6C6C. Windows color (decimal): -7320140 or 11816336. OLE color: 11816336.

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

Color convert

RGB 144 77 180 -
CMYK 0.2 0.57 0 0.29
HSL 279.03º 0.41% 0.5% -
HSV(B) 279.03º 0.57% 0.71% -
XYZ 22.39 14.53 44.8 -
YUV 108.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 144 77 180 0.2 0.57 0 0.29 279.03 0.41 0.5
Hex 90 4D B4 14 39 0 1D 117 29 32
Octal 220 115 264 24 71 0 35 427 51 62
Binary 10010000 1001101 10110100 10100 111001 0 11101 100010111 101001 110010

Color Harmonies of #904DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DB4

Black with #904DB4

Text Example


Text Example

White with #904DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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