Html Css Color HEX #904CAA Deep Lilac

📋 copy color: '#904CAA'

red 144 ◦ green 76 ◦ blue 170

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

Shades of Deep Lilac #904CAA

Tints of Deep Lilac #904CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 36.92%
G = 19.49%
B = 43.59%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#904CAA (or 0x904CAA) is known color: Deep Lilac. HEX triplet: 90, 4C and AA. RGB value is (144,76,170). Sum of RGB (Red+Green+Blue) = 144+76+170=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #904CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904CAA is #6FB355. Grayscale: #6A6A6A. Windows color (decimal): -7320406 or 11160720. OLE color: 11160720.

HSL color Cylindrical-coordinate representation of color #904CAA: hue angle of 283.4º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904CAA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 76 170 -
CMYK 0.15 0.55 0 0.33
HSL 283.4º 0.38% 0.48% -
HSV(B) 283.4º 0.55% 0.67% -
XYZ 21.34 14 39.61 -
YUV 107.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 144 76 170 0.15 0.55 0 0.33 283.4 0.38 0.48
Hex 90 4C AA F 37 0 21 11B 26 30
Octal 220 114 252 17 67 0 41 433 46 60
Binary 10010000 1001100 10101010 1111 110111 0 100001 100011011 100110 110000

Color Harmonies of #904CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904CAA

Black with #904CAA

Text Example


Text Example

White with #904CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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