Html Css Color HEX #904EB4 Deep Lilac

📋 copy color: '#904EB4'

red 144 ◦ green 78 ◦ blue 180

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

Shades of Deep Lilac #904EB4

Tints of Deep Lilac #904EB4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.4%

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

R = 35.82%
G = 19.4%
B = 44.78%

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

#904EB4 (or 0x904EB4) is known color: Deep Lilac. HEX triplet: 90, 4E and B4. RGB value is (144,78,180). Sum of RGB (Red+Green+Blue) = 144+78+180=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #904EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EB4 is #6FB14B. Grayscale: #6D6D6D. Windows color (decimal): -7319884 or 11816592. OLE color: 11816592.

HSL color Cylindrical-coordinate representation of color #904EB4: hue angle of 278.82º degrees, saturation: 0.4, 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 #904EB4 is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 78 180 -
CMYK 0.2 0.57 0 0.29
HSL 278.82º 0.4% 0.51% -
HSV(B) 278.82º 0.57% 0.71% -
XYZ 22.46 14.67 44.83 -
YUV 109.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 144 78 180 0.2 0.57 0 0.29 278.82 0.4 0.51
Hex 90 4E B4 14 39 0 1D 117 28 33
Octal 220 116 264 24 71 0 35 427 50 63
Binary 10010000 1001110 10110100 10100 111001 0 11101 100010111 101000 110011

Color Harmonies of #904EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904EB4

Black with #904EB4

Text Example


Text Example

White with #904EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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