Html Css Color HEX #9240AC Deep Lilac

📋 copy color: '#9240AC'

red 146 ◦ green 64 ◦ blue 172

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

Shades of Deep Lilac #9240AC

Tints of Deep Lilac #9240AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 38.22%
G = 16.75%
B = 45.03%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9240AC (or 0x9240AC) is known color: Deep Lilac. HEX triplet: 92, 40 and AC. RGB value is (146,64,172). Sum of RGB (Red+Green+Blue) = 146+64+172=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #9240AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9240AC is #6DBF53. Grayscale: #646464. Windows color (decimal): -7192404 or 11288722. OLE color: 11288722.

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

Color convert

RGB 146 64 172 -
CMYK 0.15 0.63 0 0.33
HSL 285.56º 0.46% 0.46% -
HSV(B) 285.56º 0.63% 0.67% -
XYZ 21.13 12.76 40.38 -
YUV 100.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 146 64 172 0.15 0.63 0 0.33 285.56 0.46 0.46
Hex 92 40 AC F 3F 0 21 11E 2E 2E
Octal 222 100 254 17 77 0 41 436 56 56
Binary 10010010 1000000 10101100 1111 111111 0 100001 100011110 101110 101110

Color Harmonies of #9240AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9240AC

Black with #9240AC

Text Example


Text Example

White with #9240AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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