Html Css Color HEX #9240AB Deep Lilac

📋 copy color: '#9240AB'

red 146 ◦ green 64 ◦ blue 171

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

Shades of Deep Lilac #9240AB

Tints of Deep Lilac #9240AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 38.32%
G = 16.8%
B = 44.88%

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

#9240AB (or 0x9240AB) is known color: Deep Lilac. HEX triplet: 92, 40 and AB. RGB value is (146,64,171). Sum of RGB (Red+Green+Blue) = 146+64+171=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #9240AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9240AB is #6DBF54. Grayscale: #646464. Windows color (decimal): -7192405 or 11223186. OLE color: 11223186.

HSL color Cylindrical-coordinate representation of color #9240AB: hue angle of 285.98º 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 #9240AB is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 64 171 -
CMYK 0.15 0.63 0 0.33
HSL 285.98º 0.46% 0.46% -
HSV(B) 285.98º 0.63% 0.67% -
XYZ 21.04 12.72 39.87 -
YUV 100.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 146 64 171 0.15 0.63 0 0.33 285.98 0.46 0.46
Hex 92 40 AB F 3F 0 21 11E 2E 2E
Octal 222 100 253 17 77 0 41 436 56 56
Binary 10010010 1000000 10101011 1111 111111 0 100001 100011110 101110 101110

Color Harmonies of #9240AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9240AB

Black with #9240AB

Text Example


Text Example

White with #9240AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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