Html Css Color HEX #9249C8 Deep Lilac

📋 copy color: '#9249C8'

red 146 ◦ green 73 ◦ blue 200

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

Shades of Deep Lilac #9249C8

Tints of Deep Lilac #9249C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.73%

R = 34.84%
G = 17.42%
B = 47.73%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9249C8 (or 0x9249C8) is known color: Deep Lilac. HEX triplet: 92, 49 and C8. RGB value is (146,73,200). Sum of RGB (Red+Green+Blue) = 146+73+200=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #9249C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249C8 is #6DB637. Grayscale: #6C6C6C. Windows color (decimal): -7190072 or 13126034. OLE color: 13126034.

HSL color Cylindrical-coordinate representation of color #9249C8: hue angle of 274.49º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9249C8 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 73 200 -
CMYK 0.27 0.64 0 0.22
HSL 274.49º 0.54% 0.54% -
HSV(B) 274.49º 0.64% 0.78% -
XYZ 24.66 15.05 56.25 -
YUV 109.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 146 73 200 0.27 0.64 0 0.22 274.49 0.54 0.54
Hex 92 49 C8 1B 40 0 16 112 36 36
Octal 222 111 310 33 100 0 26 422 66 66
Binary 10010010 1001001 11001000 11011 1000000 0 10110 100010010 110110 110110

Color Harmonies of #9249C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9249C8

Black with #9249C8

Text Example


Text Example

White with #9249C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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