Html Css Color HEX #904EBF Deep Lilac

📋 copy color: '#904EBF'

red 144 ◦ green 78 ◦ blue 191

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

Shades of Deep Lilac #904EBF

Tints of Deep Lilac #904EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 34.87%
G = 18.89%
B = 46.25%

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

#904EBF (or 0x904EBF) is known color: Deep Lilac. HEX triplet: 90, 4E and BF. RGB value is (144,78,191). Sum of RGB (Red+Green+Blue) = 144+78+191=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #904EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EBF is #6FB140. Grayscale: #6E6E6E. Windows color (decimal): -7319873 or 12537488. OLE color: 12537488.

HSL color Cylindrical-coordinate representation of color #904EBF: hue angle of 275.04º 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 #904EBF is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 78 191 -
CMYK 0.25 0.59 0 0.25
HSL 275.04º 0.47% 0.53% -
HSV(B) 275.04º 0.59% 0.75% -
XYZ 23.63 15.14 50.97 -
YUV 110.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 144 78 191 0.25 0.59 0 0.25 275.04 0.47 0.53
Hex 90 4E BF 19 3B 0 19 113 2F 35
Octal 220 116 277 31 73 0 31 423 57 65
Binary 10010000 1001110 10111111 11001 111011 0 11001 100010011 101111 110101

Color Harmonies of #904EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904EBF

Black with #904EBF

Text Example


Text Example

White with #904EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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