Html Css Color HEX #904DBB Deep Lilac

📋 copy color: '#904DBB'

red 144 ◦ green 77 ◦ blue 187

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

Shades of Deep Lilac #904DBB

Tints of Deep Lilac #904DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 35.29%
G = 18.87%
B = 45.83%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#904DBB (or 0x904DBB) is known color: Deep Lilac. HEX triplet: 90, 4D and BB. RGB value is (144,77,187). Sum of RGB (Red+Green+Blue) = 144+77+187=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #904DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DBB is #6FB244. Grayscale: #6D6D6D. Windows color (decimal): -7320133 or 12275088. OLE color: 12275088.

HSL color Cylindrical-coordinate representation of color #904DBB: hue angle of 276.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #904DBB is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 77 187 -
CMYK 0.23 0.59 0 0.27
HSL 276.55º 0.45% 0.52% -
HSV(B) 276.55º 0.59% 0.73% -
XYZ 23.13 14.82 48.66 -
YUV 109.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 144 77 187 0.23 0.59 0 0.27 276.55 0.45 0.52
Hex 90 4D BB 17 3B 0 1B 115 2D 34
Octal 220 115 273 27 73 0 33 425 55 64
Binary 10010000 1001101 10111011 10111 111011 0 11011 100010101 101101 110100

Color Harmonies of #904DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DBB

Black with #904DBB

Text Example


Text Example

White with #904DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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