Html Css Color HEX #904EC0 Deep Lilac

📋 copy color: '#904EC0'

red 144 ◦ green 78 ◦ blue 192

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

Shades of Deep Lilac #904EC0

Tints of Deep Lilac #904EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.38%

R = 34.78%
G = 18.84%
B = 46.38%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#904EC0 (or 0x904EC0) is known color: Deep Lilac. HEX triplet: 90, 4E and C0. RGB value is (144,78,192). Sum of RGB (Red+Green+Blue) = 144+78+192=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #904EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EC0 is #6FB13F. Grayscale: #6E6E6E. Windows color (decimal): -7319872 or 12603024. OLE color: 12603024.

HSL color Cylindrical-coordinate representation of color #904EC0: hue angle of 274.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #904EC0 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 78 192 -
CMYK 0.25 0.59 0 0.25
HSL 274.74º 0.48% 0.53% -
HSV(B) 274.74º 0.59% 0.75% -
XYZ 23.74 15.18 51.55 -
YUV 110.73 173.87 151.73 -
System Red Green Blue C M Y K H S L
Decimal 144 78 192 0.25 0.59 0 0.25 274.74 0.48 0.53
Hex 90 4E C0 19 3B 0 19 113 30 35
Octal 220 116 300 31 73 0 31 423 60 65
Binary 10010000 1001110 11000000 11001 111011 0 11001 100010011 110000 110101

Color Harmonies of #904EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904EC0

Black with #904EC0

Text Example


Text Example

White with #904EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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