Html Css Color HEX #9240AA Deep Lilac

📋 copy color: '#9240AA'

red 146 ◦ green 64 ◦ blue 170

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

Shades of Deep Lilac #9240AA

Tints of Deep Lilac #9240AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 38.42%
G = 16.84%
B = 44.74%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9240AA (or 0x9240AA) is known color: Deep Lilac. HEX triplet: 92, 40 and AA. RGB value is (146,64,170). Sum of RGB (Red+Green+Blue) = 146+64+170=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #9240AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9240AA is #6DBF55. Grayscale: #646464. Windows color (decimal): -7192406 or 11157650. OLE color: 11157650.

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

Color convert

RGB 146 64 170 -
CMYK 0.14 0.62 0 0.33
HSL 286.42º 0.45% 0.46% -
HSV(B) 286.42º 0.62% 0.67% -
XYZ 20.94 12.68 39.37 -
YUV 100.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 146 64 170 0.14 0.62 0 0.33 286.42 0.45 0.46
Hex 92 40 AA E 3E 0 21 11E 2D 2E
Octal 222 100 252 16 76 0 41 436 55 56
Binary 10010010 1000000 10101010 1110 111110 0 100001 100011110 101101 101110

Color Harmonies of #9240AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9240AA

Black with #9240AA

Text Example


Text Example

White with #9240AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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