Html Css Color HEX #9249BA Deep Lilac

📋 copy color: '#9249BA'

red 146 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #9249BA

Tints of Deep Lilac #9249BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.02%

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

R = 36.05%
G = 18.02%
B = 45.93%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9249BA (or 0x9249BA) is known color: Deep Lilac. HEX triplet: 92, 49 and BA. RGB value is (146,73,186). Sum of RGB (Red+Green+Blue) = 146+73+186=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #9249BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249BA is #6DB645. Grayscale: #6B6B6B. Windows color (decimal): -7190086 or 12208530. OLE color: 12208530.

HSL color Cylindrical-coordinate representation of color #9249BA: hue angle of 278.76º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9249BA is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 73 186 -
CMYK 0.22 0.61 0 0.27
HSL 278.76º 0.45% 0.51% -
HSV(B) 278.76º 0.61% 0.73% -
XYZ 23.1 14.42 48.02 -
YUV 107.71 172.18 155.31 -
System Red Green Blue C M Y K H S L
Decimal 146 73 186 0.22 0.61 0 0.27 278.76 0.45 0.51
Hex 92 49 BA 16 3D 0 1B 117 2D 33
Octal 222 111 272 26 75 0 33 427 55 63
Binary 10010010 1001001 10111010 10110 111101 0 11011 100010111 101101 110011

Color Harmonies of #9249BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9249BA

Black with #9249BA

Text Example


Text Example

White with #9249BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9249BA; }

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

 H1.HeaderClassName
 {
   color: #9249BA;
 }
 .AnyTagClassName
 {
   color: #9249BA;
 }
</style>

background-color css

<style>
 a { background-color: #9249BA; }

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

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

border-color css

<style>
 span { border-color: #9249BA; }

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

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