Html Css Color HEX #924AA4 Deep Lilac

📋 copy color: '#924AA4'

red 146 ◦ green 74 ◦ blue 164

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

Shades of Deep Lilac #924AA4

Tints of Deep Lilac #924AA4

RGB

 RED value IS 146 (57.42% from 255) = 38.02%

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

 BLUE value IS 164 (64.45% from 255) = 42.71%

R = 38.02%
G = 19.27%
B = 42.71%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#924AA4 (or 0x924AA4) is known color: Deep Lilac. HEX triplet: 92, 4A and A4. RGB value is (146,74,164). Sum of RGB (Red+Green+Blue) = 146+74+164=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #924AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924AA4 is #6DB55B. Grayscale: #696969. Windows color (decimal): -7189852 or 10766994. OLE color: 10766994.

HSL color Cylindrical-coordinate representation of color #924AA4: hue angle of 288º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924AA4 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 146 74 164 -
CMYK 0.11 0.55 0 0.36
HSL 288º 0.38% 0.47% -
HSV(B) 288º 0.55% 0.64% -
XYZ 21 13.69 36.66 -
YUV 105.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 146 74 164 0.11 0.55 0 0.36 288 0.38 0.47
Hex 92 4A A4 B 37 0 24 120 26 2F
Octal 222 112 244 13 67 0 44 440 46 57
Binary 10010010 1001010 10100100 1011 110111 0 100100 100100000 100110 101111

Color Harmonies of #924AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924AA4

Black with #924AA4

Text Example


Text Example

White with #924AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924AA4; }

 p { color: rgb(146,74,164); }

 H1.HeaderClassName
 {
   color: #924AA4;
 }
 .AnyTagClassName
 {
   color: #924AA4;
 }
</style>

background-color css

<style>
 a { background-color: #924AA4; }

 a { background-color: rgb(146,74,164); }

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

border-color css

<style>
 span { border-color: #924AA4; }

 span { border-color: rgb(146,74,164); }

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