Html Css Color HEX #904CAE Deep Lilac

📋 copy color: '#904CAE'

red 144 ◦ green 76 ◦ blue 174

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

Shades of Deep Lilac #904CAE

Tints of Deep Lilac #904CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.29%

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 36.55%
G = 19.29%
B = 44.16%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#904CAE (or 0x904CAE) is known color: Deep Lilac. HEX triplet: 90, 4C and AE. RGB value is (144,76,174). Sum of RGB (Red+Green+Blue) = 144+76+174=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #904CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904CAE is #6FB351. Grayscale: #6B6B6B. Windows color (decimal): -7320402 or 11422864. OLE color: 11422864.

HSL color Cylindrical-coordinate representation of color #904CAE: hue angle of 281.63º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904CAE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 76 174 -
CMYK 0.17 0.56 0 0.32
HSL 281.63º 0.39% 0.49% -
HSV(B) 281.63º 0.56% 0.68% -
XYZ 21.73 14.15 41.63 -
YUV 107.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 144 76 174 0.17 0.56 0 0.32 281.63 0.39 0.49
Hex 90 4C AE 11 38 0 20 11A 27 31
Octal 220 114 256 21 70 0 40 432 47 61
Binary 10010000 1001100 10101110 10001 111000 0 100000 100011010 100111 110001

Color Harmonies of #904CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904CAE

Black with #904CAE

Text Example


Text Example

White with #904CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,76,174); }

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

background-color css

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

 a { background-color: rgb(144,76,174); }

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

border-color css

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

 span { border-color: rgb(144,76,174); }

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