Html Css Color HEX #924EAE Deep Lilac

📋 copy color: '#924EAE'

red 146 ◦ green 78 ◦ blue 174

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

Shades of Deep Lilac #924EAE

Tints of Deep Lilac #924EAE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.6%

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 36.68%
G = 19.6%
B = 43.72%

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

#924EAE (or 0x924EAE) is known color: Deep Lilac. HEX triplet: 92, 4E and AE. RGB value is (146,78,174). Sum of RGB (Red+Green+Blue) = 146+78+174=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #924EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924EAE is #6DB151. Grayscale: #6C6C6C. Windows color (decimal): -7188818 or 11423378. OLE color: 11423378.

HSL color Cylindrical-coordinate representation of color #924EAE: hue angle of 282.5º 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 #924EAE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 78 174 -
CMYK 0.16 0.55 0 0.32
HSL 282.5º 0.38% 0.49% -
HSV(B) 282.5º 0.55% 0.68% -
XYZ 22.22 14.62 41.69 -
YUV 109.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 146 78 174 0.16 0.55 0 0.32 282.5 0.38 0.49
Hex 92 4E AE 10 37 0 20 11A 26 31
Octal 222 116 256 20 67 0 40 432 46 61
Binary 10010010 1001110 10101110 10000 110111 0 100000 100011010 100110 110001

Color Harmonies of #924EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924EAE

Black with #924EAE

Text Example


Text Example

White with #924EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,78,174); }

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

background-color css

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

 a { background-color: rgb(146,78,174); }

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

border-color css

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

 span { border-color: rgb(146,78,174); }

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