Html Css Color HEX #924DAD Deep Lilac

📋 copy color: '#924DAD'

red 146 ◦ green 77 ◦ blue 173

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

Shades of Deep Lilac #924DAD

Tints of Deep Lilac #924DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 36.87%
G = 19.44%
B = 43.69%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#924DAD (or 0x924DAD) is known color: Deep Lilac. HEX triplet: 92, 4D and AD. RGB value is (146,77,173). Sum of RGB (Red+Green+Blue) = 146+77+173=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #924DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924DAD is #6DB252. Grayscale: #6C6C6C. Windows color (decimal): -7189075 or 11357586. OLE color: 11357586.

HSL color Cylindrical-coordinate representation of color #924DAD: hue angle of 283.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924DAD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 77 173 -
CMYK 0.16 0.55 0 0.32
HSL 283.13º 0.38% 0.49% -
HSV(B) 283.13º 0.55% 0.68% -
XYZ 22.05 14.44 41.16 -
YUV 108.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 146 77 173 0.16 0.55 0 0.32 283.13 0.38 0.49
Hex 92 4D AD 10 37 0 20 11B 26 31
Octal 222 115 255 20 67 0 40 433 46 61
Binary 10010010 1001101 10101101 10000 110111 0 100000 100011011 100110 110001

Color Harmonies of #924DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924DAD

Black with #924DAD

Text Example


Text Example

White with #924DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,77,173); }

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

background-color css

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

 a { background-color: rgb(146,77,173); }

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

border-color css

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

 span { border-color: rgb(146,77,173); }

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