Html Css Color HEX #904AAC Deep Lilac

📋 copy color: '#904AAC'

red 144 ◦ green 74 ◦ blue 172

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

Shades of Deep Lilac #904AAC

Tints of Deep Lilac #904AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.97%

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

R = 36.92%
G = 18.97%
B = 44.1%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#904AAC (or 0x904AAC) is known color: Deep Lilac. HEX triplet: 90, 4A and AC. RGB value is (144,74,172). Sum of RGB (Red+Green+Blue) = 144+74+172=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #904AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904AAC is #6FB553. Grayscale: #696969. Windows color (decimal): -7320916 or 11291280. OLE color: 11291280.

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

Color convert

RGB 144 74 172 -
CMYK 0.16 0.57 0 0.33
HSL 282.86º 0.4% 0.48% -
HSV(B) 282.86º 0.57% 0.67% -
XYZ 21.4 13.81 40.57 -
YUV 106.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 144 74 172 0.16 0.57 0 0.33 282.86 0.4 0.48
Hex 90 4A AC 10 39 0 21 11B 28 30
Octal 220 112 254 20 71 0 41 433 50 60
Binary 10010000 1001010 10101100 10000 111001 0 100001 100011011 101000 110000

Color Harmonies of #904AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904AAC

Black with #904AAC

Text Example


Text Example

White with #904AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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