Html Css Color HEX #904CAC Deep Lilac

📋 copy color: '#904CAC'

red 144 ◦ green 76 ◦ blue 172

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

Shades of Deep Lilac #904CAC

Tints of Deep Lilac #904CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 36.73%
G = 19.39%
B = 43.88%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#904CAC (or 0x904CAC) is known color: Deep Lilac. HEX triplet: 90, 4C and AC. RGB value is (144,76,172). Sum of RGB (Red+Green+Blue) = 144+76+172=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #904CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904CAC is #6FB353. Grayscale: #6A6A6A. Windows color (decimal): -7320404 or 11291792. OLE color: 11291792.

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

Color convert

RGB 144 76 172 -
CMYK 0.16 0.56 0 0.33
HSL 282.5º 0.39% 0.49% -
HSV(B) 282.5º 0.56% 0.67% -
XYZ 21.53 14.08 40.61 -
YUV 107.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 144 76 172 0.16 0.56 0 0.33 282.5 0.39 0.49
Hex 90 4C AC 10 38 0 21 11A 27 31
Octal 220 114 254 20 70 0 41 432 47 61
Binary 10010000 1001100 10101100 10000 111000 0 100001 100011010 100111 110001

Color Harmonies of #904CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904CAC

Black with #904CAC

Text Example


Text Example

White with #904CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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