Html Css Color HEX #924EBA Deep Lilac

📋 copy color: '#924EBA'

red 146 ◦ green 78 ◦ blue 186

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

Shades of Deep Lilac #924EBA

Tints of Deep Lilac #924EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 35.61%
G = 19.02%
B = 45.37%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#924EBA (or 0x924EBA) is known color: Deep Lilac. HEX triplet: 92, 4E and BA. RGB value is (146,78,186). Sum of RGB (Red+Green+Blue) = 146+78+186=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #924EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924EBA is #6DB145. Grayscale: #6E6E6E. Windows color (decimal): -7188806 or 12209810. OLE color: 12209810.

HSL color Cylindrical-coordinate representation of color #924EBA: hue angle of 277.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #924EBA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 78 186 -
CMYK 0.22 0.58 0 0.27
HSL 277.78º 0.44% 0.52% -
HSV(B) 277.78º 0.58% 0.73% -
XYZ 23.44 15.1 48.13 -
YUV 110.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 146 78 186 0.22 0.58 0 0.27 277.78 0.44 0.52
Hex 92 4E BA 16 3A 0 1B 116 2C 34
Octal 222 116 272 26 72 0 33 426 54 64
Binary 10010010 1001110 10111010 10110 111010 0 11011 100010110 101100 110100

Color Harmonies of #924EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924EBA

Black with #924EBA

Text Example


Text Example

White with #924EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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