Html Css Color HEX #9249B6 Deep Lilac

📋 copy color: '#9249B6'

red 146 ◦ green 73 ◦ blue 182

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

Shades of Deep Lilac #9249B6

Tints of Deep Lilac #9249B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.39%

R = 36.41%
G = 18.2%
B = 45.39%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9249B6 (or 0x9249B6) is known color: Deep Lilac. HEX triplet: 92, 49 and B6. RGB value is (146,73,182). Sum of RGB (Red+Green+Blue) = 146+73+182=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: blue. Hex color #9249B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249B6 is #6DB649. Grayscale: #6A6A6A. Windows color (decimal): -7190090 or 11946386. OLE color: 11946386.

HSL color Cylindrical-coordinate representation of color #9249B6: hue angle of 280.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9249B6 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 73 182 -
CMYK 0.20 0.60 0 0.29
HSL 280.18º 0.43% 0.5% -
HSV(B) 280.18º 0.6% 0.71% -
XYZ 22.68 14.25 45.81 -
YUV 107.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 146 73 182 0.20 0.60 0 0.29 280.18 0.43 0.5
Hex 92 49 B6 14 3C 0 1D 118 2B 32
Octal 222 111 266 24 74 0 35 430 53 62
Binary 10010010 1001001 10110110 10100 111100 0 11101 100011000 101011 110010

Color Harmonies of #9249B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9249B6

Black with #9249B6

Text Example


Text Example

White with #9249B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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