Html Css Color HEX #9240AD Deep Lilac

📋 copy color: '#9240AD'

red 146 ◦ green 64 ◦ blue 173

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

Shades of Deep Lilac #9240AD

Tints of Deep Lilac #9240AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.71%

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 38.12%
G = 16.71%
B = 45.17%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9240AD (or 0x9240AD) is known color: Deep Lilac. HEX triplet: 92, 40 and AD. RGB value is (146,64,173). Sum of RGB (Red+Green+Blue) = 146+64+173=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #9240AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9240AD is #6DBF52. Grayscale: #646464. Windows color (decimal): -7192403 or 11354258. OLE color: 11354258.

HSL color Cylindrical-coordinate representation of color #9240AD: hue angle of 285.14º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9240AD is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 64 173 -
CMYK 0.16 0.63 0 0.32
HSL 285.14º 0.46% 0.46% -
HSV(B) 285.14º 0.63% 0.68% -
XYZ 21.23 12.79 40.89 -
YUV 100.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 146 64 173 0.16 0.63 0 0.32 285.14 0.46 0.46
Hex 92 40 AD 10 3F 0 20 11D 2E 2E
Octal 222 100 255 20 77 0 40 435 56 56
Binary 10010010 1000000 10101101 10000 111111 0 100000 100011101 101110 101110

Color Harmonies of #9240AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9240AD

Black with #9240AD

Text Example


Text Example

White with #9240AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9240AD; }

 p { color: rgb(146,64,173); }

 H1.HeaderClassName
 {
   color: #9240AD;
 }
 .AnyTagClassName
 {
   color: #9240AD;
 }
</style>

background-color css

<style>
 a { background-color: #9240AD; }

 a { background-color: rgb(146,64,173); }

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

border-color css

<style>
 span { border-color: #9240AD; }

 span { border-color: rgb(146,64,173); }

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